Posts: 117
Threads: 15
Joined: Aug 2012
Reputation:
0
guys
i have System: ubuntu-10.04-x86
i want engine mysql r7 i have samp 0.3z
but mysql not connected to my server
all is Connection is dead
Posts: 28
Threads: 1
Joined: Dec 2013
Reputation:
0
I dont really understand what are you trying to say.
you have mysql r7 query allready in your game mode and it doesnt connect?
or you want to use mysql r7 in your server but you dont know how
Posts: 117
Threads: 15
Joined: Aug 2012
Reputation:
0
i have mysql r7 query in my game mode but doesnt connect
help me br
Posts: 28
Threads: 1
Joined: Dec 2013
Reputation:
0
ok show me your mysql_log.txt
Posts: 28
Threads: 1
Joined: Dec 2013
Reputation:
0
No thats server_log.txt I need to see mysql_log.txt
Posts: 117
Threads: 15
Joined: Aug 2012
Reputation:
0
yes It exists in my gamemode
everything is correct
Posts: 28
Threads: 1
Joined: Dec 2013
Reputation:
0
are you running your host local?
the problem you are getting is that it doesnt recogniz #define db_host "this" so if you are running it local you need to put localhost if you are allready running on a server then its the ip of the server
Posts: 117
Threads: 15
Joined: Aug 2012
Reputation:
0
brother #define db_host Do I put here "localhost or my ip server"
Posts: 28
Threads: 1
Joined: Dec 2013
Reputation:
0
it depends on where are you running your database but the problem is there
Posts: 117
Threads: 15
Joined: Aug 2012
Reputation:
0
in my server
look brother
>> mysql_connect(127.0.0.1, root, db, ******) on port 3306
[22:02:17] CMySQLHandler::CMySQLHandler() - constructor called.
[22:02:17] CMySQLHandler::CMySQLHandler() - Connecting to "127.0.0.1" | DB: "db" | Username: "root"
[22:02:17] CMySQLHandler::Connect() - Connection was successful.
[22:02:17] CMySQLHandler::Connect() - Auto-Reconnect has been enabled.
its worked
Posts: 117
Threads: 15
Joined: Aug 2012
Reputation:
0
but gamemode not complete to work
mysql r5 woked in ubuntu or no
Posts: 28
Threads: 1
Joined: Dec 2013
Reputation:
0
mysql r5 arent you using r7?
Posts: 117
Threads: 15
Joined: Aug 2012
Reputation:
0
no i cant use r7 because i not have gamemode compiled by mysql r7
Posts: 117
Threads: 15
Joined: Aug 2012
Reputation:
0
lock thread
thank you GutierrezDeVelasco