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 rename a table in mysql workbench?
What is different between sql and mysql?
How many rows can mysql hold?
What is the difference between database and table?
How can we convert between Unix & MySQL timestamps?
What is heap table in mysql?
How do I restore a database in mysql workbench?
How do I make an action query?
How to show all records starting with the letters 'sonia' and the phone number '9876543210'
How would you get the current date in mysql?
What is the current mysql version?
How do I show all mysql databases?
Explain triggers and stored procedures?
What is difference between mysql and mariadb?
How do I edit a stored procedure in mysql?