View Single Post
  #16  
Old 09-26-2008, 04:46 AM
Calypso73
Fire Beetle
 
Join Date: Mar 2006
Posts: 11
Default

I'm a little confused by the commands given on your screen. How do I start mysql from the directory where my .sql files are located? I mean, what command am I putting in. I type the command: cd\peqdb which then puts me to C:peqdb> After that I type in: mysql -u root -p and then last I put in:

create database peq;
\u peq
source load_player.sql

In which I get the Failed to open file 'load_player.sql', error: 2
Reply With Quote