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 you create a primary key?
How to display top 10 rows in mysql?
How to write after insert event update trigger on the same table in mysql?
What is different between sql and mysql?
How do I connect to mysql database?
How can you take the backup and restore a mysql database using php?
Explain % and _ inside like statement?
What is pdo in mysql?
How to check server status with 'mysqladmin'?
How can you export the table as an xml file in mysql?
What sql does mysql use?
How to write optimized query in mysql?
What is mysql shell?
How to determine the location of the data directory?
How to get a list of all tables in a database?