Use mysqldump to create a copy of the database?

Answers were Sorted based on User's Feedback



Use mysqldump to create a copy of the database?..

Answer / guest

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

Is This Answer Correct ?    1 Yes 0 No

Use mysqldump to create a copy of the database?..

Answer / sandeep jain

mysqldump database_name > database_name.sql

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

List data types in mysql? Explain

0 Answers  


How do I copy a table in mysql?

0 Answers  


Is mysql a dbms?

0 Answers  


Does mysql scale well?

0 Answers  


How to install mysql?

0 Answers  






about join

2 Answers  


How we can create index in mysql?

0 Answers  


How to find out the second largest element from mysql table

15 Answers  


write a command to view the content of the table

0 Answers  


Can we store files in mysql?

0 Answers  


What is the difference between mysql and oracle?

0 Answers  


Which storage engine is best in mysql?

0 Answers  


Categories