Answer Posted / sandeep
mysqldump -d -uusername -ppassword databasename --no-data
--skip-opt > /tmp/databasename.sql
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is mysql used?
Explain the different types of mysql joins.
Why do you think it is advised to not to use guid and character columns as clustered index arrays?
What are numeric data types?
How do I change the max connections in mysql?
Why to use char instead of varchar in the database?
what is database white box testing? : Mysql dba
What is the default password for mysql?
How do I switch users in mysql?
Explain the different types of constraints?
How do I connect to a mysql database?
What language does mysql use?
What is an example of a delimiter?
How does php communicate with mysql?
What is orm in mysql?