How can we take a backup of a mysql table and how can we
restore it. ?
Answer Posted / vamsi krishna varma
Using XAMPP(its a package which include Apache Web
Server,Mysql Database to support a PHP file execution) we
have PHPMyAdmin tool which has Import,Export Option through
which we can create a backup of entire Database or an
individual table (Using Export Option) or we can also
include already existing backup in to our current database
(Using Import option).
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the steps for the payment gateway processing?
Do you know what is the differences between $a != $B and $a !== $B?
Explain what are psrs?
What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?
How do you find the length of a string in php?
What are php strings?
I need to know about the courses which are useful in corporate companies.. especially php/mySQL, Java/j2ee, .NET.. also tell if any other courses are valuable
What are the advantages of stored procedures in php?
Whether php supports microsoft sql server?
What PHP stands for?
How to set a value in session? How to remove data from a session?
What is a query in php?
Explain the difference between array_merge() and array_combine()?
What is htaccess in php?
What are the 5 types of variables?