Hello,
I'm moving my forum to a window server and I am doing a test run, when I get to the part about restoring the database I follow these directions -
The problem is that command line nor telnet will recognize that command. How do I restore the database on a window server?
Thank you,
Sebastian
I'm moving my forum to a window server and I am doing a test run, when I get to the part about restoring the database I follow these directions -
[1On the new server, if necessary, create the database which your vBulletin will be installed in. Refer to your host for specific information on how this is done.2Telnet/SSH into machine2.3Type:
mysql –uUSERNAME –p NEWDBNAME < /PATH/TO/NEW/DUMP.sql
The problem is that command line nor telnet will recognize that command. How do I restore the database on a window server?
Thank you,
Sebastian
Comment