MySQL Forums
Forum List  »  Backup

MYSQLDump HELP
Posted by: Matt Berlin
Date: July 03, 2012 10:37AM

I have made a scheduled task in windows to run mysqldump on a database but I can not get the results to match what I get out of the old MYSQL administrator backup file. Does anyone have any ideas. This is the cmd I am sending

"C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqldump.exe" --default-character-set=utf8 --comments --disable-keys --add-drop-table --single-transaction --quick --user=%dbuser% --password=%dbpass% --databases webdb --log-error="c:\MySQLBackups\backupfiles\dumperrors.txt" > "c:\MySQLBackups\backupfiles\webdb.sql"

In MySql Administrator I have InnoDB Online Backup selected and Complete backup. Under Output File Options I have Add DROP Statements, Complete INSERTs, Comment, and Disable Keys.
Any help would be great.
Matt

Options: ReplyQuote


Subject
Views
Written By
Posted
MYSQLDump HELP
3123
July 03, 2012 10:37AM
1771
July 03, 2012 11:55AM
2230
July 03, 2012 11:59AM
1532
July 03, 2012 12:03PM
1651
July 03, 2012 12:19PM
1575
July 03, 2012 12:26PM
1828
July 03, 2012 01:17PM
1658
July 03, 2012 01:21PM
1882
July 03, 2012 01:33PM
1823
July 03, 2012 01:35PM
1573
July 03, 2012 01:44PM
1514
July 03, 2012 02:04PM
1593
July 03, 2012 02:26PM
1633
July 03, 2012 02:44PM
1582
July 03, 2012 02:49PM
1627
July 03, 2012 02:55PM
1601
July 03, 2012 03:20PM
1591
July 04, 2012 06:37AM
1679
July 05, 2012 10:02AM
1579
July 03, 2012 01:41PM


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.