SA-MP Forums Archive
MySQL Problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: MySQL Problem (/showthread.php?tid=264693)



MySQL Problem - Moras - 27.06.2011

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


Re: MySQL Problem - [HiC]TheKiller - 27.06.2011

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


Re: MySQL Problem - zerocoolos - 27.06.2011

#define MYSQL_HOST "localhost"


Re: MySQL Problem - Moras - 27.06.2011

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


Re: MySQL Problem - [HiC]TheKiller - 27.06.2011

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).


Re: MySQL Problem - Moras - 27.06.2011

http://localhost running. Skype does not work