Answer Posted / sonali
mysqldump -d -uusername -ppassword databasename > backupfile.sql
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Tell us something about heap tables?
What is the difference between char and varchar in mysql?
How do I check mysql version?
How to add a new column to an existing table in mysql?
Is there a free version of mysql?
How do I tune a mysql query?
Is mysql a server or database?
What are the functions of commit and rollback statements?
Do I need to pay for mysql?
Why mysql is used with php?
Explain % and _ inside like statement?
I want to insert userid of a customer,order time,etc in a table called ordermaster with orderid as primary key.Same time the product codes and required quantities (a1,2 and a2 4 and so on)inserted in another table orderdetails with same orderid reference.How the code will be in JSP using MySQL?
What is MySQL?
What is database clustering in mysql?
How many primary keys can be there in a table?