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
What are the different opening and closing tags available in PHP?
Where is the submitted form data stored?
What is php static function?
Is salary a ratio or interval?
What is a persistence cookie?
What is session management php?
Is polymorphism inherited?
Tell me how is the ternary conditional operator used in php?
What is the difference between null and empty?
Explain what is the difference between session and cookie?
Write a program to find a string is palindrome or not?
What is lazy loading in php?
What is the meaning of "enctype= multipart/form-data" ?
What is full form of PHP?
How to create a session? How to remove data from a session?