Quote:
|
Originally Posted by ShavedApe I know its prolly a while ago since this was discussed but I may as well say what I do here.
first of all download yourself an sql back up of your board.
eg. vbulletin.sql and save it to your mysql/bin/ dir.
open comand prompt and type cd c:\path\to\your\mysql\bin_dir\
eg. c:\mysql\bin\
now type mysql -u username_for_mysql -p database_name < vbulletin.sql
hit enter you will now be asked for password of mysql server enter that and wait till its done. |
that would be what deaths said right? "password" because I tried it more then once and I keep getting the message, know why?
C:\apache\mysql\bin>mysql -u username_for_mysql -p database_name < backup.sql
Enter password: ********
ERROR 1045: Access denied for user: 'username_for_mysql@localhost' (Using passwo
rd: YES)
LOL, i'm such I noob, didn't realize I had to actually change the "usernam_for_mysql" lol!!! sorry.