Thread: MYSQL problem
View Single Post
  #1  
Old 05-23-2008, 09:07 AM
zole123
Fire Beetle
 
Join Date: May 2008
Location: EARTH
Posts: 4
Question MYSQL problem

I have followed the emulator pdf to the letter. But the part that says:

cd peqdb

and type

mysql -u root -p

I receive the error "mysql" is not reconized as an internal or external command.....or batch program

_______________________

also when i run mysql command line server and type in:

create database peq;
\u peq
source load_player.sql

I receive "faailed to open file 'load_player.sql' error:2

_______________________

If i change it and this:

create database peq;
\u peq
source c:\peqdb\load_player.sql

I receive "failed to open file '*****.sql', error: 2

===========================

Please help
Reply With Quote