Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

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
*/
 
PREVIOUS NEXT
Tagged: #mysql #backup #tables #workbench
ADD COMMENT
Topic
Name
6+3 =