Answer Posted / anil alpati
mysqldump --no-data --databases <dbname> > structurebackup.sql
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is mysql architecture?
What is difference between mysqli and pdo?
How to use like conditions?
What is 'mysqldump'?
What is foreign key in mysql?
How can I change database in mysql?
Is mysql written in c?
How to return query output in xml format?
What are mysql functions?
What is mysql good for?
How to Recover a MySQL root password. Stop the MySQL server process. Start again with no grant tables. Login to MySQL as root. Set new password. Exit MySQL and restart MySQL server.
Is the syntax correct? Explain the meaning of the syntax given below: $dbc = mysqli_connect('data.aliensabductedme.com', 'owen', 'aliensrool', 'aliendatabase');
List data types in mysql? Explain
In which year mysql created?
Does adding an index lock a table?