Backing up MySql Database
Posted: April 19th, 2011 | Author: Matt | Tags: mysql backup | No Comments »Lest we forget that the tools we need for this are right under our nose…
mysqldump -u root --password=xxxxxxx! -h 127.0.0.1 -P 3306 -r c:\myTable.sql myTable
You can usually find mysqldump in the following path for most Windows installs…
C:\Program Files (x86)\MySQL\MySQL Workbench 5.2 CE\
