Re: [PHP] Xampp question, pretty much 0T
[email protected] (Chris)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
> 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/