you missed a step. you need to, at the sommand prompt
1 Cd \mysql\bin
2 mysql -u root mysql
3 Grant all privilages to (insert your username)@localhost (or '%' for anywhere) Identified by (insert your password) With Grant options;
4 Create Database (whatever you choose);
5 source db.sql;
6 source (any other .sql you need)
7 exit
continue with your tutorial... its easy to overlook this steplll
Kgaul
|