Posts: 845
Threads: 3
Joined: Jun 2010
Use the mysql_5.5.so and install the libmysqlclient18 (32bit, i386) package through your package manager (apt-get) or use the static mysql plugin (mysql_static.so), which doesn't require any extra libraries installed.
Posts: 344
Threads: 88
Joined: Jun 2014
Reputation:
0
Hello!
How can I do to make a directory system for mobile phones:
Can save contacts with MySQL R39-2, modify and delete them.
Thank you.
Posts: 213
Threads: 44
Joined: May 2010
Reputation:
0
Sometimes when I send a query connection to the server is lost.
I like when that error occurs resubmit the query with all parameters (query, callback, format and arguments) but not me OnQueryError formats and arguments appear. What could you do?
Some queries to finish it that I do need to keep some data in variable server for my players to play quietly.
Posts: 845
Threads: 3
Joined: Jun 2010
28.10.2014, 09:23
(
Последний раз редактировалось maddinat0r; 28.10.2014 в 14:19.
Причина: bugfix: English grammar
)
Quote:
Originally Posted by Nicolas_Castillo
Sometimes when I send a query connection to the server is lost.
I like when that error occurs resubmit the query with all parameters (query, callback, format and arguments) but not me OnQueryError formats and arguments appear. What could you do?
Some queries to finish it that I do need to keep some data in variable server for my players to play quietly.
|
You don't have to resend the queries if the connection dropped. Just enable the auto-reconnect function through mysql_connect (which is enabled by default).
Posts: 727
Threads: 79
Joined: Mar 2012
Reputation:
0
Could you please update the download links for R7 , it's nice you made so many new versions, but I don't have time to convert my complete gamemode to let it work with the new versions, so I want to keep using R7,
So update the versions at this thread or add all versions in github instead of the last five or something...
Posts: 344
Threads: 88
Joined: Jun 2014
Reputation:
0
There is a function to save an id after a select?
Posts: 534
Threads: 265
Joined: Jul 2014
enable_mutex can explain more about this function?
Posts: 845
Threads: 3
Joined: Jun 2010
30.10.2014, 13:23
(
Последний раз редактировалось maddinat0r; 30.10.2014 в 15:13.
)
Quote:
Originally Posted by Kapupc
the ORM:ID can use in Pre-Var system ? just like this
new ORM:ormid = SetPVarInt(playerid, "ORM:ORM_ID", orm_create("accounts", SQL));
?
|
Yes, you can save an ORM id as a PVar.
Код:
//save
SetPVarInt(playerid, "orm-id", _:orm_create("table", SQL));
//load
new ORM:id = ORM:GetPVarInt(playerid, "orm-id");
Posts: 420
Threads: 6
Joined: Dec 2013
Reputation:
0
Fix the download links for the old files.
Posts: 419
Threads: 38
Joined: Feb 2013
Reputation:
0
why does it giving me FORBIDDEN if i want to download R6 inc and the Plugin ?
Posts: 231
Threads: 1
Joined: Sep 2009
Reputation:
0
The number of people using the old plugin is astonishing.
Posts: 845
Threads: 3
Joined: Jun 2010
Quote:
Originally Posted by nemesis-
The number of people using the old plugin is astonishing.
|
My thoughts exactly.
Quote:
Originally Posted by iReacheR
R39-2 runs on Centos 5 ?
|
No, because the default GCC compiler is on version 4.1.x. R39-2 requires at least GCC 4.4.x (and R40 will require GCC 4.7/4.8).
Posts: 116
Threads: 7
Joined: Apr 2014
Can you please update old links i want to download MySQL R5 Centos .so plugin...!!!