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

Is mysql frontend or backend?

0 Answers  


What is a heap table?

0 Answers  


How do you select a table?

0 Answers  


What is delimiter $$?

0 Answers  


What is general log in mysql?

0 Answers  






what is the difference between the nvl function, ifnull function, and the isnull function? : Mysql dba

0 Answers  


What is procedure in mysql?

0 Answers  


What is A BI Ap;plication?

1 Answers   HCL,


What is required to create mysql database?

0 Answers  


Why mysql is used with php?

0 Answers  


Write a command with which mysql table can be repaired

0 Answers  


How can we find out which auto increment was assigned on Last insert?

0 Answers  


Categories