> i would like to know how to write batch script for dumping schema and > data into a sql file. This script should dump the whole database and > data
Here is what I use which is pretty straightforward unless I am missing something. d:\mysql\bin\mysqldump -u root --password=password --opt -A > d:\databasebackup\databasebackup.bak --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php