Command
> mysql -u username(For example root) -p
Command
mysql> Show databases; #Check the database with this command
command
$ mysqldump -u root -p database name>File name that reflects the extraction (optional)
Recommended Posts