DBA > Job Interview Questions > MySQL and SQL

Use mysqldump to create a copy of the database?

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(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 Job Interview Questions