How can we take a backup of a mysql table and how can we
restore it. ?
Answer Posted / esorimer
mysqldump dbname tablename > backup.sql
mysql dbname < backup.sql
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Applications written to provide a GUI shell for Unix and Linux are called
What does csrf token mean?
How to open standard output as a file handle?
in PHP for pdf which library used?
What is better .net or php?
Tell me how to find the position of the first occurrence of a substring in a string?
Tell me what is pear?
Is json a string php?
How can we access the data sent through the url with the post method?
What distinguishes php from something like client side java script?
What is reference variable php?
What is php written in?
How can I learn php fast?
Does wordpress run on php 7?
How does csrf attack work?