Answer Posted / sandeep
mysqldump -d -uusername -ppassword databasename --no-data
--skip-opt > /tmp/databasename.sql
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is difference between mysqli and pdo?
What are enums used for in mysql?
What is difference between mysql and mysqli?
How to escape special characters in sql statements?
Can mysql function return a table?
What is mysql database server?
What is indexing in mysql?
What is innodb mysql?
Which is best pdo or mysqli?
Is mysql a scripting language?
What is mysqli_select_db?
SQL is not case sensitive. DELETE is the same as delete. State Whether True or False?
Can mysql and mariadb coexist?
What is a procedure example?
What is unsigned int in mysql?