Thread: help
View Single Post
  #4  
Old 05-15-2010, 07:32 PM
Sparticas
Fire Beetle
 
Join Date: May 2010
Posts: 19
Default

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

Last edited by Sparticas; 05-15-2010 at 07:39 PM.. Reason: missed a step in instructions
Reply With Quote