weirdpixels
Thu 28th Apr '05, 8:20am
I was looking at the online manual today and noticed that on all the sections covering backing up your database to move it to a new server,there is a format error.
E.g. the manual shows this as
mysql uUSERNAME p NEWDBNAME < /PATH/TO/NEW/DUMP.SQL
where in fact it should be
mysql -uUSERNAME -p NEWDBNAME < /PATH/TO/NEW/DUMP.SQL
Here is the link for the example I gave http://www.vbulletin.com/docs/html/main/moving_servers_restore
E.g. the manual shows this as
mysql uUSERNAME p NEWDBNAME < /PATH/TO/NEW/DUMP.SQL
where in fact it should be
mysql -uUSERNAME -p NEWDBNAME < /PATH/TO/NEW/DUMP.SQL
Here is the link for the example I gave http://www.vbulletin.com/docs/html/main/moving_servers_restore