Problem with gamemode - 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: Problem with gamemode (
/showthread.php?tid=478503)
Problem with gamemode -
SunS3T - 30.11.2013
When I try to start my server, with different mysql.so (complied with gamemode) get some errors:
Server start with gamemode unknown
First one:
Код:
CMySQLHandler::Connect() - Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) (Error ID: 2002)
Server dosen't start but in server_log is succesfull, without loading Cars/Houses, etc all = 0 (all DB / username / password are correct).
Код:
[07:47:13] CMySQLHandler::CMySQLHandler() - Connecting to "127.0.0.1" | DB: "xxxxx2" | Username: "xxxxx2" ...
[07:47:13] CMySQLHandler::Connect() - Access denied for user 'xxxxxxxxxxx2'@'127.0.0.1' (using password: YES) (Error ID: 1045)
Start without gamemode
Код:
Loading plugin: mysql.so
[21:35:26] Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)
Re: Problem with gamemode -
Avi Raj - 30.11.2013
Download this plugin libmysqlclient_r.so and put in Script folder and in Plugins.
Re: Problem with gamemode -
SunS3T - 30.11.2013
I did that to.