Re: MYSQL backup question

2000-12-08 Thread Jeffrey A Schoolcraft
* John Griffiths ([EMAIL PROTECTED]) wrote: > Hello all, > > How do i go about backing up and then recovering a mysql database Depends on a number of factors. What version of MySQL are you running? How critical is your DB? Version 3.23.X you can take advantage of mysql's internal replication, s

RE: MYSQL backup question

2000-12-06 Thread Jason Stechschulte
Since this is strictly a mysql question, I would try the mysql mailing list. http://www.mysql.com/documentation/index.html Jason Stechschulte [EMAIL PROTECTED]

MYSQL backup question

2000-12-05 Thread John Griffiths
Hello all, How do i go about backing up and then recovering a mysql database i tried #mysqldump -p --all --add-drop-table foo >/home/john/foo.sql then to recover #mysqladmin create -p fooa < foo.sql it creates ok but then the php application i run yeilds bad results