help
i am on last step of making server i cant get it to do the cmd part where it says source load_player.sql any help ?
|
You can't just type source load_player.sql the program doesn't know where load_player.sql is at. You must add the file path for load_player.sql. An example would be source C:/SVN/load_player.sql
|
Or start your mysql from the location where your .sql is at the command prompt.
|
for instance your files are c:\peq\peqdatabase\load_player.sql you would go to start in the search box type cmd to get to command prompt then type:
cd c:\peq\peqdatabase then hit enter now you should see c:\peq\peqdatabase> now type: mysql -u root -p hit enter it then ask for your password type: what ever your password is hit enter you should now see mysql> type: use peq then hit enter now type: source load_player.sql; hit enter and do the same for each thing your trying to source into your database |
You forgot to use a database
|
made adjustments above, ty got ahead of my self
|
All times are GMT -4. The time now is 04:46 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.