PHP Script needed to backup MySQL database and download it

Asked By 10 points N/A Posted on -
qa-featured

HI

I need a PHP script when I click a button it back-up a MySQL database and adds it to a .gz file and I need to download that file through the browser at the same time.

SHARE
Answered By 5 points N/A #172714

PHP Script needed to backup MySQL database and download it

qa-featured

You need to connect to the MySQL database server and then you can use various MySQL database commands and finally download through the browsers. 

mysql –user=genome –host=genome-mysql.cse.ucsc.edu -A

Through this command you can connect to the MySQL database server and then finally use various commands to download the MySQL database to the browser.

Waters Magner

Related Questions