mysqL : cant connect to mysql-server
Mein PHP-Anmelde-Script heisst :
<?php
$db=mysql_connect("localhost", "root", "pw");
mysql_select_db("mysql");
?>
Dann kommt leider immer nur diese Meldung :
Warning: Can't connect to MySQL server on 'localhost' (10061) in :\FoxServ\www\dbconnect.php on line 2
ABER :
1. in der mysql - user - Tabelle ist root mit diesem pw angelegt.
2. Der Server läuft. Ich kann ihn mit NET STOP MYSQL sauber abstoppen und
3. mit "net start mysql" sauber hochfahren.
4. Mysql selber starte ich mit : mysql --basedir c:\foxserv\mysql
5. Der CHECK : Telnet localhost 3306 : bringt als Ergebnis, daß der Server läuft.
6. PHPMAYADMIN erkennt wenigstens, daß der Server läuft, aber das war"s dann auch schon.
Es klappt kein Anmeldeversuch über (m)ein PHP-Script.
und auch über PHPMyAdmin komme ich nicht rein.
Dann erscheint :
Welcome to phpMyAdmin 2.5.7-pl1
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.
Error: MySQL said: #2003 - Can't connect to MySQL server on 'localhost' (10061)
Der Hostname = localhost
User = root
Passwort = pw
der STATUS :
------------------------------------------------------------------------------------------------------------
mysql> \s
--------------
Connection id: 1
Current database: mysql
Current user: root@localhost
Server version: 4.0.1-alpha-nt
Protocol version: 10
Connection: . via named pipe
Client characterset: latin1
Server characterset: latin1
UNIX socket: MySQL
Uptime: 1 hour 15 min 40 sec
------------------------------------------------------------------------------------------------------------
Ich arbeite unter windows 2000
Alle Versuche starte ich über Mozilla aus Localhost.
Ich beisse gleich in die Tischplatte
Hat jemand eine Idee, was man da tun kann ?
Mein PHP-Anmelde-Script heisst :
<?php
$db=mysql_connect("localhost", "root", "pw");
mysql_select_db("mysql");
?>
Dann kommt leider immer nur diese Meldung :
Warning: Can't connect to MySQL server on 'localhost' (10061) in :\FoxServ\www\dbconnect.php on line 2
ABER :
1. in der mysql - user - Tabelle ist root mit diesem pw angelegt.
2. Der Server läuft. Ich kann ihn mit NET STOP MYSQL sauber abstoppen und
3. mit "net start mysql" sauber hochfahren.
4. Mysql selber starte ich mit : mysql --basedir c:\foxserv\mysql
5. Der CHECK : Telnet localhost 3306 : bringt als Ergebnis, daß der Server läuft.
6. PHPMAYADMIN erkennt wenigstens, daß der Server läuft, aber das war"s dann auch schon.
Es klappt kein Anmeldeversuch über (m)ein PHP-Script.
und auch über PHPMyAdmin komme ich nicht rein.
Dann erscheint :
Welcome to phpMyAdmin 2.5.7-pl1
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.
Error: MySQL said: #2003 - Can't connect to MySQL server on 'localhost' (10061)
Der Hostname = localhost
User = root
Passwort = pw
der STATUS :
------------------------------------------------------------------------------------------------------------
mysql> \s
--------------
Connection id: 1
Current database: mysql
Current user: root@localhost
Server version: 4.0.1-alpha-nt
Protocol version: 10
Connection: . via named pipe
Client characterset: latin1
Server characterset: latin1
UNIX socket: MySQL
Uptime: 1 hour 15 min 40 sec
------------------------------------------------------------------------------------------------------------
Ich arbeite unter windows 2000
Alle Versuche starte ich über Mozilla aus Localhost.
Ich beisse gleich in die Tischplatte
Hat jemand eine Idee, was man da tun kann ?
Zuletzt bearbeitet: