MySQL 5.0.18 to 4.1.11

How do I dump the database from a newer version of MySQL to an older one. My current database MySQL 5.0.18 and I want to dump it and restore it on MySQL 4.1.11. When I use the command "mysqldump -h host -u user -p databse > database.sql" I can't stick it into the 4.1.11 MySQL server.

 

 

 

 

Top