Re: Instructions for using mysqldump
Here's the code. What needs to be in quotes? :
K:\MySQL\MySQL Server 5.7\bin>mysqldump --version
mysqldump Ver 10.13 Distrib 5.7.9, for Win32 (AMD64)
K:\MySQL\MySQL Server 5.7\bin>mysqldump -u root -p sa -n -d -t --routines --skip-triggers --all-databases
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
K:\MySQL\MySQL Server 5.7\bin>
Subject
Views
Written By
Posted
2220
March 02, 2017 10:42PM
1298
March 02, 2017 11:14PM
1155
March 19, 2017 05:03PM
1020
March 19, 2017 05:17PM
1201
March 02, 2017 11:51PM
1014
March 03, 2017 05:46AM
1016
March 03, 2017 12:49PM
1026
March 03, 2017 01:15PM
Re: Instructions for using mysqldump
1201
March 03, 2017 01:46PM
1117
March 03, 2017 02:43PM
997
March 03, 2017 03:13PM
1118
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.