SyntaxFix
Write A Post
Hire A Developer
Questions
You can either use mysqldump from the command line:
mysqldump
mysqldump -u username -p password dbname tablename > "path where you want to dump"
You can also use MySQL Workbench:
Go to left > Data Export > Select Schema > Select tables and click on Export