MySQL Forums
Forum List  »  Backup

Re: Instructions for using mysqldump
Posted by: Frank Yingst
Date: March 02, 2017 11:51PM

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

Options: ReplyQuote


Subject
Views
Written By
Posted
1445
March 02, 2017 10:42PM
Re: Instructions for using mysqldump
851
March 02, 2017 11:51PM


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.