Re: Instructions for using mysqldump
That got me a bit further, although I had to map a drive since it wouldn't let me navigate to the Program Files (x86) folder.
So now it runs the command but the output file does not contain the desired results.
The command is this:
mysqldump -h localhost -u root -p sa -n -d -t --routines --triggers --all-databases > C:\backups\MySQLStoredProc.sql
The output file shows this:
Usage: mysqldump [OPTIONS] database [tables]
OR mysqldump [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]
OR mysqldump [OPTIONS] --all-databases [OPTIONS]
For more options, use mysqldump --help
Subject
Views
Written By
Posted
2167
March 02, 2017 10:42PM
1274
March 02, 2017 11:14PM
1141
March 19, 2017 05:03PM
1006
March 19, 2017 05:17PM
Re: Instructions for using mysqldump
1185
March 02, 2017 11:51PM
1003
March 03, 2017 05:46AM
985
March 03, 2017 12:49PM
1006
March 03, 2017 01:15PM
1150
March 03, 2017 01:46PM
1074
March 03, 2017 02:43PM
982
March 03, 2017 03:13PM
1080
March 03, 2017 03:17PM
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.