MySQL Problem
#1

MySQL Log:

Код:
[14:03:54] CMySQLHandler::CMySQLHandler() - Connecting to "127.0.0.1" | DB: "crazy" | Username: "root" ...

[14:03:55] CMySQLHandler::Connect() - Can't connect to MySQL server on '127.0.0.1' (10061) (Error ID: 2003)
PHP код:
#define MYSQL_HOST   "127.0.0.1"
#define MYSQL_USER   "root"
#define MYSQL_PASS   ""
#define MYSQL_DB   "crazy"
mysql_connect(MYSQL_HOSTMYSQL_USERMYSQL_DBMYSQL_PASS); 
MySQL Plugin R5 (G-sTyLeZzZ)

Web Server - XAMPP 1.7.4
Reply
#2

Make sure that you have booted your wamp server. Then make sure that the PhpMyAdmin is running as a service.
Reply
#3

#define MYSQL_HOST "localhost"
Reply
#4

Quote:
Originally Posted by zerocoolos
Посмотреть сообщение
#define MYSQL_HOST "localhost"
All the same, the same error shows
Reply
#5

Quote:
Originally Posted by Moras
Посмотреть сообщение
All the same, the same error shows
Make sure the wamp service is running. Visit http://localhost and tell me if anything shows up. Also, make sure that skype isn't running (main thing that screws it up).
Reply
#6

http://localhost running. Skype does not work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)