Forums

This topic is locked

MySQL Backup

Posted 01 Nov 2001 15:04:45
1
has voted
01 Nov 2001 15:04:45 Michael O'Neill posted:
Does anyone know how to do a MySQL database backup using php? I have seen examples of mysqldump but they all seem to require root access or something.

Thanks
Mike.

Replies

Replied 01 Nov 2001 23:01:08
01 Nov 2001 23:01:08 Ryan Schwiebert replied:
Mike,

I dont know how to do this with php, but I do it using mySQL Front. It is a great graphical front end to mySQL. (and free)

www.anse.de/mysqlfront/



Edited by - ryans on 11/01/2001 23:01:38
Replied 01 Nov 2001 23:54:50
01 Nov 2001 23:54:50 Bruno Mairlot replied:
You may consider using PHPMyAdmin, which is a wonderful tool to administer a mysql database.

To install it, Tim Green has packaged an extension that will do it for you :

/go?616

But, to quote Tim, take care, this is a truly powerful tool, and gives you complete and total access to your database. It might be therefore dangerous to use, though, it should solve your problem.

Bruno

--- Better to die trying, than never try at all ---
Replied 02 Nov 2001 17:56:42
02 Nov 2001 17:56:42 Michael O'Neill replied:
Cheers guys, I use phpmyadmin for myself but I need a solution for one of my customers to ues and I don't want them to have access to the database!!.
I have tried to run mysqldump from php but I can't seem to get the syntax correct?
I'll keep at it.

Thanks
Mike.

Reply to this topic