zole123
05-23-2008, 09:07 AM
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 :)
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 :)