After reading a bit I see that if I just copy the "data" directory in the mySql directory, I can restore it from there? any idea if I have that wrong?
Hmm I guess, but I'd take the safer road and open a console and run:
mysqldump.exe -u <username> -p --all-databases --add-drop-database --opt
> mysql.database.dump
so you have an sql file you can restore if necessary.
Adjust paths/files/usernames/passwords as necessary.
--
Postgresql & php tutorials
http://www.designmagick.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php