Re: backup and restore
Posted by: ALEXIS MENDEZ
Date: November 23, 2006 09:52PM

If somebody needs it:
Backup:
Shell("C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqldump.exe" --user=user --password=password --host=localhost --databases DB1 DB2> "Path\File Name")

Restore:
Shell("C:\Program Files\MySQL\MySQL Server 5.0\bin\mysql.exe" --user=user --password=password --host=localhost < "Path\File Name")

Options: ReplyQuote


Subject
Written By
Posted
November 18, 2006 08:21PM
November 19, 2006 04:12PM
November 20, 2006 02:19AM
November 20, 2006 12:42PM
November 21, 2006 01:00AM
November 21, 2006 01:11AM
November 21, 2006 02:07AM
Re: backup and restore
November 23, 2006 09:52PM
November 24, 2006 09:37PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.