Re: [PHP] Xampp question, pretty much 0T
- From: dmagick@xxxxxxxxx (Chris)
- Date: Wed, 30 Apr 2008 11:44:54 +1000
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/
.
- References:
- Re: [PHP] Xampp question, pretty much 0T
- From: Ryan S
- Re: [PHP] Xampp question, pretty much 0T
- Prev by Date: Re: [PHP] Xampp question, pretty much 0T
- Next by Date: RE: [PHP] Fun with SOAP.
- Previous by thread: Re: [PHP] Xampp question, pretty much 0T
- Next by thread: Re: [PHP] Xampp question, pretty much 0T
- Index(es):
Relevant Pages
|