View Single Post
Old 07-13-2012, 07:21 PM   #9
fungusman's Avatar
 
fungusman

Re: Every Single NES/FDS Game

Probably a better idea to release the .sql file. Chances are if you know how to launch that stuff you have your own server/servers anyway.

export the db
Code:
mysqldump -u"username" -p"password" databaseName > dbcopy.sql
then import
Code:
mysql -u"username" -p"password" databaseName < dbcopy.sql
Also, use XAMPP instead ; )

Last edited by fungusman; 07-13-2012 at 07:26 PM..
My SignatureDisplay Signature Reply With Quote
http://www.frenchpet.com http://www.facebook.com/oxygenfadpower