Answer Posted / sonali
mysqldump -d -uusername -ppassword databasename > backupfile.sql
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is limit in mysql?
How to return query output in html format?
What is data in mysql?
How to find second highest salary from a table?
What is a trigger? How you can create a trigger in mysql?
How do you rename a table?
How do I import database through command line?
What is difference between mysql and mysql workbench?
How can we optimize stored procedure?
What are mysql functions?
How to analyze tables with 'mysqlcheck'?
What is the difference between char and varchar?
Is there a free version of mysql?
What is 1nf 2nf 3nf?
SQL is not case sensitive. DELETE is the same as delete. State Whether True or False?