ERROR 2003: Can't connect to MySQL server on 'localhost' (10

A

Anonymous

Guest
pleased do...

Code:
mysql_connect(...) or die(mysql_error());
 
ArchAngel said:
I know there isn't any documentation on this error, but cna anybody tell me a fix for it?

[mysqld]
basedir=F:/apachefriends/xampp/mysql
#bind-address=************
datadir=C:/apachefriends/xampp/mysql/data
#language=C:/mysql/share/your language directory
#slow query log#=
#tmpdir#=
#port=3306
#set-variable=key_buffer=16M
[WinMySQLadmin]
Server=C:/apachefriends/xampp/mysql/bin/mysqld-nt.exe
user=*****
password=*****


What is the server you are using ?
I used EasyPHP got the same error but i fixed it.

You tell me the server name i will try to fix it.
 
Back
Top