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
Which statement is used to delete a table in MySQL.
How do I edit a database in mysql workbench?
What is the difference between unix timestamp and mysql timestamp?
What are the advantages and disadvantages of using mysql?
How can I connect mysql database?
How to Change a users password from MySQL prompt. Login as root. Set the password. Update privs.
What is delimiter in mysql?
What is data directory in mysql?
How are mysql timestamps seen to a user?
how to display nth highest salary from a table in a mysql query? : Mysql dba
What language does mysql use?
Where is mysql installed on linux?
How do I install mysql?
How do I save in mysql?
What does mysqli stand for?