View Single Post
Old 12-29-2006, 03:43 AM  
studiocritic
Confirmed User
 
Join Date: Jun 2005
Location: Irvine, CA
Posts: 2,442
if you have shell access, just do mysqldump -u[username] -p -D [databasename] > [databasename].sql

so like

mysqldump -uroot -p -D gfy > gfy.sql

then it'll ask for root's pass, enter it

it'll write a file called gfy.sql, that will include all the commands to recreate the db. gzip it up to make it smaller if u want
__________________
254342256
studiocritic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote