/ Published in: SQL
for those times when phpmyadmin fucks up, big style
Expand |
Embed | Plain Text
mysqldump -u<user> -p<password> -hlocalhost <forumname> > /www/htdocs/forumnamebackup.sql ;
You need to login to post a comment.
madra on 03/21/08
4 people have marked this snippet as a favorite
tcol
basicmagic
chrisaiv
umang_nine
for those times when phpmyadmin fucks up, big style
mysqldump -u<user> -p<password> -hlocalhost <forumname> > /www/htdocs/forumnamebackup.sql ;
You need to login to post a comment.