Answers for "mysql database backup certain tables mysql workbench"

SQL
0

mysql backup certain tables workbench

/*
1. Connect to your MySQL database.
2. Click Server on the main tool bar.
3. Select Data Export.
4. Select the tables you want to back up.
5. Under Export Options, select where you want your dump saved. 
   By default, it will save to the Documents folder in a subfolder titled "dumps".
6. Click Start Export
*/
Posted by: Guest on January-15-2021

Code answers related to "mysql database backup certain tables mysql workbench"

Code answers related to "SQL"

Browse Popular Code Answers by Language