Use mysqldump to create a copy of the database?

Answer Posted / guest

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

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between mysql and pdo?

492


What do ddl, dml, and dcl stand for?

479


Why mysql is open source?

483


What are the advantages of a procedure?

468


What are the differences between char and nchar?

526






Is mysql still relevant?

511


What is default schema in mysql?

481


How can you move the master database

1519


What is heap table in mysql?

491


What is mysqlcheck do?

530


What are the differences between char and varchar data types?

495


write a query to mysql in safe mode and to change the root password

515


How to include comments in sql statements?

564


What is the use of mysqli_fetch_assoc?

486


What are the purposes of using enum and set data types?

504