/ 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.
