I installed MySql4 in C: Drive and follow these steps
1. Install PHP
2. Install PhpMyAdmin
3. Start Command Prompt and
a. run mysql from c:\mysql\bin
b. run the script : delete from user where host='localhost ' and user='';
fush priviliges
quit from mysql
c:\mysql\mysqla dmin - r root and password = 'pass';
c. All process run successfully but when I stat phpMyAdmin I cannot open or create any table or database.
Please help me.
1. Install PHP
2. Install PhpMyAdmin
3. Start Command Prompt and
a. run mysql from c:\mysql\bin
b. run the script : delete from user where host='localhost ' and user='';
fush priviliges
quit from mysql
c:\mysql\mysqla dmin - r root and password = 'pass';
c. All process run successfully but when I stat phpMyAdmin I cannot open or create any table or database.
Please help me.
Comment