Dear Friends

What are the best options to dump an entire database on linux (with creation of databases and tables) with out dumping the index creation sentences

For dump I use this command

mysqldump -e  --add-drop-database --add-drop-table dabasename > database.sql

Regards
Luiz

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to