How can we take a backup of a mysql table and how can we
restore it. ?
Answer Posted / sekhar
backup of a table:
click on phpmyadmin -> open the database -> click on the
table -> click on export button -> give the file name ->
click on go button -> after that select the table create
statement and insert statement after that save the matter as
a text file.
Restore of a table:
click on phpmyadmin -> open the database ->click on import
button -> and select the file location -> and click on go
button.
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
How we get ip address of client, previous reference page etc?
What is the difference between query and inquiry?
Tell me how to retrieve a cookie value?
What good is polymorphism?
Explain what is the difference between session and cookie?
Does php support multithreading?
Tell me what does $_env means?
What is php form validation?
How to get the http request in php?
What is php pathinfo?
What is cURL in PHP?
How many types of array are there in php?
What is the value for this auto incremented field user_pri_id?
How error handling is being handled by php?
What is the use of friend function in php?