I´ve installed IIS, php4.3.3, mysql4.0.18, phpmyadmin2.5.3 and also mysql
administrator on Win XP pro.
The system works fine with php. No problems there.
But, when I try to connect to mysql I get the following messages:
#2003 - Can't connect to MySQL server on 'localhost' (10061)
In mysql administrator this message comes:
"MySQL error 1045
Access denied for berraf@localhost"
Here´s my my.ini just in case:
" [client]
port=3306
[mysqld]
port=3306
basedir = c:/mysql/
datadir = c:/mysql/data/
[mysqld-nt]
basedir = c:/mysql/
datadir = c:/mysql/data/
[WinMySQLAdmin]
Server=C:/mysql/bin/mysqld-nt.exe"
I tried to ping and that works alright.
I´ve also tried starting mysql directly with mysql.exe and then run the
status command and it seems to work proparly
Can someone help me out with this?
//Bengan