Answer Posted / rupa bagherwal
mysqldump -uusername -ppassword databasename --no-data >
backupfilename.sql
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How do I disconnect mysql workbench?
Difference between CHAR and VARCHAR?
How can I change database in mysql?
Is mysql free download?
Write a query to fetch common records between two tables using mysql?
What is slow query log in mysql?
Does mysql need a server?
What is ndb in mysql?
How do I flush privileges in mysql?
How to set the time zone for MySQL to particular country time?
how to show all records starting with the letters 'sonia' and the phone number '9876543210' limit to records 1 through 5.
How do you create a schema?
Why phpmyadmin is used for mysql?
Is pdo faster than mysqli?
How can you take the backup and restore a mysql database using php?