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

how we connect the data base in any programme

2 Answers  


Is mysql workbench a dbms?

0 Answers  


How do you create a schema?

0 Answers  


How can you count the total number of records of any table?

0 Answers  


What is append query?

0 Answers  






What is mysql connector used for?

0 Answers  


What ascii 31?

0 Answers  


What happens when the column is set to AUTO INCREMENT and if you reach maximum value in the table?

0 Answers  


What are the other commands to know the structure of a table using mysql commands except explain command?

0 Answers  


How do I restore a mysql database dump file in linux?

0 Answers  


What is the return type of mysqli_query?

0 Answers  


How to enter boolean values in sql statements?

0 Answers  


Categories