Interview Questions

Use mysqldump to create a copy of the database?

MySQL and SQL


(Continued from previous question...)

Use mysqldump to create a copy of the database?

mysqldump -h mysqlhost -u username -p mydatabasename > dbdump.sql

(Continued on next question...)

Other Interview Questions