PDA

View Full Version : format error with Online Manual


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

weirdpixels
Thu 28th Apr '05, 8:27am
hmm for some reason when I copy and paste from the page it turns out here when I submit the post, so maybe its nothing.

Anyway I will post a pic just incase

Boxy
Fri 29th Apr '05, 4:33am
Thank you for pointing this out. I'll pass this on to one of the dev's to look at.