Re[2]: [PHP] dumping mysql database with php script

2002-09-02 Thread rdkurth
I figured it out it was a permission problem with database username and password Monday, September 02, 2002, 12:51:12 AM, you wrote: PA> put the exec(...) line OUTSIDE the while loop.As your codeis now, it's PA> dumping with each new row , so i'ts overwriting itself. PA> On Mon, 2002-09-02 a

Re[2]: [PHP] dumping mysql database with php script

2002-09-02 Thread rdkurth
Hello Petre, There is more than one database to back up so every time it runs through the while loop it is suppose to back up the next database and it changes the name of the text file it is sending it to. I have already tried just doing one database without the while loop and I get the same resu