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
How do I create a database in mysql workbench?
What is mysql primary key?
How do you concatenate strings in mysql?
What is a transaction? Describe mysql transaction properties.
How to see the create table statement of an existing table?
How can you export the table as an xml file in mysql?
How do I rename a table in mysql workbench?
What is horizontally scalable?
What is the password of mysql?
What is processlist in mysql?
Is mysql open source?
How to set the time zone for MySQL to particular country time?
How to change a password for an existing user via mysqladmin?
How many columns can a table have?
How can I remotely connect to mysql database?