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
How can you count the total number of records of any table?
In which language it is written?
What does mysql flush tables do?
Can I use mysql for free?
What is a result set object?
In which language mysql has been written?
What does blob mean in mysql?
Difference between CHAR and VARCHAR?
What is longblob in mysql?
How many primary keys can be there in a table?
What is mysql_connect?
How do I change mysql password?
What is data types in mysql?
What are the purposes of using enum and set data types?
What is trigger in mysql with example?