Linux mysql -
SILENT! - 19.06.2011
Hi. I got a problem with ma' gamemode. I uploaded it on FTP, after, i start the server, and this is the chatlog:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3c, ©2005-2010 SA-MP Team
[09:42:54] filterscripts = "" (string)
[09:42:54]
[09:42:54] Server Plugins
[09:42:54] --------------
[09:42:54] Loading plugin: geoip.so
[09:42:54] GeoIP_Plugin got loaded.
[09:42:54] Loaded.
[09:42:54] Loading plugin: mysql.so
[09:42:54]
> MySQL plugin R5 successfully loaded.
[09:42:54] Loaded.
[09:42:54] Loading plugin: sscanf.so
[09:42:54]
[09:42:54] ===============================
[09:42:54] sscanf plugin loaded.
[09:42:54] © 2009 Alex "******" Cole
[09:42:54] ===============================
[09:42:54] Loaded.
[09:42:54] Loading plugin: streamer.so
[09:42:54]
*** Streamer Plugin v2.5.2 by Incognito loaded ***
[09:42:54] Loaded.
[09:42:54] Loading plugin: wp.so
[09:42:54]
[09:42:54] ==================
[09:42:54]
[09:42:54] Whirlpool loaded
[09:42:54]
[09:42:54] ==================
[09:42:54]
[09:42:54] Loaded.
[09:42:54] Loaded 5 plugins.
[09:42:54]
[09:42:54] Filter Scripts
[09:42:54] ---------------
[09:42:54] Loaded 0 filter scripts.
Suggestions?
Re: Linux mysql -
SILENT! - 19.06.2011
No-one ?
Re: Linux mysql -
Hiddos - 19.06.2011
Err, what's the problem? I'm not the Dalai Lama, so some background information is appreciated as well.
Re: Linux mysql -
SILENT! - 19.06.2011
Ma' server just doesn't start. You can see the server_log.txt
Re: Linux mysql -
alpha500delta - 19.06.2011
Quote:
Originally Posted by SILENT!
Ma' server just doesn't start. You can see the server_log.txt
|
That says nothing, it's all fine according to the server_log.txt
Mind showing us your script or server.cfg?
Re: Linux mysql -
SILENT! - 19.06.2011
Server.cfg
echo Executing Server Config...
lanmode 0
rcon_password sdfgSDFE32e
maxplayers 50
port 7777
hostname Polski RolePlay
gamemode0 Rple 1
filterscripts
announce 0
query 1
weburl www.
maxnpc 3
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
plugins mysql.so streamer.so wp.so sscanf.so geoip.so
logtimeformat [%H:%M:%S]
Re: Linux mysql -
SILENT! - 19.06.2011
I found the problem. On localhost works good, but when i try to connect to another database, it doesn't work..
Suggestions?
Re: Linux mysql -
Kastranova - 19.06.2011
CHeck if the database server you are trying to connect to allows connections to be made outside their servers.
In MySQL you can set a bind-address
Re: Linux mysql -
SILENT! - 19.06.2011
I allowed outside connections from 'Remote MySQL'.
ERROR:
[19:12:44] CMySQLHandler::Connect() - Can't connect to MySQL server on 'xxxxxxxxxx' (110) (Error ID: 2003)
Re: Linux mysql -
Kastranova - 19.06.2011
Where do you have your MySQL Database located?
The error you get is that the server ain't there or wont let you connect....