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 to execute mysql query in php?
What is a scalar function?
How to list or view all databases from the mysql server.
What is the maximum no of columns a table can have?
How to create a new table in mysql?
What is schema in mysql?
What is memory table in mysql?
What is auto increment in mysql?
Which is better mysql or mssql?
Create table employee (eno int(2),ename varchar(10)) ?
Explain the difference between mysql_fetch_array(), mysql_fetch_object()?
What is the role of a limit in a mysql query?
How do you rename a table in mysql?
Does mysql use sql?
Which is faster innodb or myisam?