Posts: 110
Threads: 10
Joined: Feb 2011
Reputation:
0
Hey guys,
i still have problems with getting special chars / umlauts to work with this plugin.
I already tried to use mysql_set_charset, but it does not quite work.
It would be really great if someone could help me out, because this issue
is causing a lot of trouble on my server.
Thanks,
Blowfish
Posts: 2,220
Threads: 154
Joined: Jul 2009
Reputation:
0
Put in your server directory
Btw, my server is crashing on using mysql_fetch_field_row. It's just used as normal.
Posts: 2,262
Threads: 260
Joined: Mar 2009
Reputation:
0
Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
Anyone please?
Posts: 398
Threads: 11
Joined: Nov 2010
Reputation:
0
Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
How to fix it!!!!!
I'm trying to fix it 3h
Posts: 187
Threads: 12
Joined: Apr 2011
Reputation:
0
hello friends I have seen that many have the problem of Failed (libmysqlclient_r.so.16: can not open shared object file: No such file or directory)
to solve this should only copy files libmysqlclient_r.so.16 that brings xampp or appsever depends on use, must be copied to /usr/lib/ and then restart services and ready. sorry for my bad English xD
Posts: 1,216
Threads: 59
Joined: Apr 2010
Reputation:
0
Small question:
If i use threaded query's, and on gmx, when all player data needs to be saved - will it work alright?
Posts: 966
Threads: 5
Joined: Jul 2011
Reputation:
0
OnPlayerDisconnect is called all properly when the server is having a gamemode restart (gmx)!
Posts: 966
Threads: 5
Joined: Jul 2011
Reputation:
0
It happens to me too sometimes, maybe like once an hour. But since you have the OnQueryError callback, you could easily detect if the error id is 2013 and if yes, then re-send the query if the connection has been re-established. I don't know if it is a good idea doing it directly in OnQueryError though.
Posts: 27
Threads: 10
Joined: Jun 2009
Reputation:
0
I have a question ....
I use the same syntax updated 1000 document with the data but this plug-in 9 seconds with a time
In addition, when a plug-in with 0.5 seconds, there are ways to speed up the thing?
Because 9 seconds and 0.5 seconds too much difference =[[[
Posts: 2,938
Threads: 162
Joined: May 2010
Quote:
Originally Posted by AndreT
OnPlayerDisconnect is called all properly when the server is having a gamemode restart (gmx)!
|
Quote:
Originally Posted by wups
Ok, but then there will be a huge amount of threads running.
Anyway I keep getting errors "Error id 2013: Lost connection to MySQL server during query"
|
Look back at my previous posts, I said many times the threading is not fixed as BlueG said it was.. it still has bugs.. using normal queries fixed it.. I did tell kc about it directly on irc, he said it was a weird problem.. yet many users have the problem ;\
Posts: 2,938
Threads: 162
Joined: May 2010
Quote:
Originally Posted by wups
Sorry, I didn't have time to check all pages.
pawn Код:
public OnQueryError(errorid, error[], resultid, extraid, callback[], query[], connectionHandle) { if(errorid==CR_SERVER_LOST) mysql_query(query,resultid,extraid); }
This fixed it, I think i need to do checking if the query failed to much times, to stop it from repeating from itself..
|
I actually used that for my group system loading, but it would bugged after gmx and that came into play, but it bugged the queries
in between the thread. if a query gets called while a thread is being processed, the query fails. that's annoying (no it doesn't always happen, but mostly)
Posts: 95
Threads: 31
Joined: Jul 2010
Reputation:
0
This is the problem im getting Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by plugins/mysql_debian.so))