SA-MP Forums Archive
Mysql Server Problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Mysql Server Problem (/showthread.php?tid=555039)



Mysql Server Problem - fireriper2 - 06.01.2015

Hi there.
I have a problem to my mysql server.
I start server from my PC and when I want to connect to him it don't show the register/login dialog.
What can I do ?


Re: Mysql Server Problem - Ironboy - 06.01.2015

It may happen if you didn't give your sql details correctly as it is connected with the database.


Re: Mysql Server Problem - CrazyChoco - 06.01.2015

Show mysql_log.txt


Re: Mysql Server Problem - fireriper2 - 06.01.2015

PHP код:
[17:07:36] >> mysql_connect(localhostrootDB, ******) on port 3306
[17:07:36CMySQLHandler::CMySQLHandler() - constructor called.
[
17:07:36CMySQLHandler::CMySQLHandler() - Connecting to "localhost" DB"DB" Username"root"
[17:07:36CMySQLHandler::Connect() - Access denied for user 'root'@'localhost' (using passwordYES) (Error ID1045)
[
17:07:36] >> mysql_pingConnection handle)
[
17:07:36CMySQLHandler::Ping() - You cannot call this function now. (ReasonDead Connection)
[
17:07:36] >> mysql_pingConnection handle)
[
17:07:36CMySQLHandler::Ping() - You cannot call this function now. (ReasonDead Connection



Re: Mysql Server Problem - fireriper2 - 07.01.2015

What can I do ?