SA-MP Forums Archive
[Plugin] [REL] MySQL Plugin (Now on github!) - 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: Plugin Development (https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: [Plugin] [REL] MySQL Plugin (Now on github!) (/showthread.php?tid=56564)



AW: [REL] MySQL Plugin R6-2 - Mischi - 02.12.2011

wth? i cant compile on debian 6 64bit anymore?! is there any way?


Re: AW: [REL] MySQL Plugin R6-2 - xxmitsu - 02.12.2011

Quote:
Originally Posted by Mischi
Посмотреть сообщение
wth? i cant compile on debian 6 64bit anymore?! is there any way?
Try with -fPIC parameter in your makefile, also install ia32-libs


AW: [REL] MySQL Plugin R6-2 - Mischi - 02.12.2011

same error.. ia32-libs are installed


Re: [REL] MySQL Plugin R6-2 - douglasmonteiro - 02.12.2011

Hi,
I'm having trouble getting data from mysql to float pawn, as in round and caught a good string, I will be waiting for an answer.
Thank you.


Re: [REL] MySQL Plugin R6-2 - xxmitsu - 02.12.2011

Just show us what you got and someone will help you get your code working.


Re: [REL] MySQL Plugin R6-2 - T0pAz - 03.12.2011

Server is crashing on Debian 6 32bit whenever mysql_ping() got called


Re: [REL] MySQL Plugin R6-2 - GeorgeBrown - 06.12.2011

I got an error on Debian 5 x64

Quote:

[22:54:08]
[22:54:08] Server Plugins
[22:54:08] --------------
[22:54:08] Loading plugin: mysql.so
[22:54:08] Failed (/usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by plugins/mysql.so))
[22:54:08] Loading plugin: sscanf.so

how to fix?

i have already tried this http://www.egaming.ro/MySQL/ , but it didn't help.


Re: [REL] MySQL Plugin R6-2 - xxmitsu - 06.12.2011

Quote:
Originally Posted by GeorgeBrown
Посмотреть сообщение
I got an error on Debian 5 x64


how to fix?

i have already tried this http://www.egaming.ro/MySQL/ , but it didn't help.
http://www.egaming.ro/MySQL/Test-x64/ ? both static build and normal versions ?

I've compiled them for debian 6. I guess that, on Debian 5 you have a version older than GLIBCXX_3.4.11 that's why you get that error.


Re: [REL] MySQL Plugin R6-2 - GeorgeBrown - 19.12.2011

can anyone compile R5 version on port 2693 for debian 5 (x32)


Re: [REL] MySQL Plugin R6-2 - Xotab - 21.12.2011

Server not restart is use R6!!! What should I do?


Re: [REL] MySQL Plugin R6-2 - Tomejus - 21.12.2011

Maybe someone can compile plugin (R6-2, or at least R6) for debian 5.2 (lenny) 32bit, it would be great! Have to run R5 since it's released!


Re: [REL] MySQL Plugin R6-2 - wups - 22.12.2011

Does anyone use threaded queries on a live server with no problems?


Re: [REL] MySQL Plugin R6-2 - Typhome - 02.01.2012

Linux: (x86 (32-bit) version is cross compatible)
R6-2: Ubuntu (threadsafe), x86 (compiled on Ubuntu 11.04)

Where is CentOS?


Re: [REL] MySQL Plugin R6-2 - Programie - 02.01.2012

Quote:
Originally Posted by Typhome
Посмотреть сообщение
Linux: (x86 (32-bit) version is cross compatible)
R6-2: Ubuntu (threadsafe), x86 (compiled on Ubuntu 11.04)

Where is CentOS?
Use the cross compatible version.


Re: [REL] MySQL Plugin R6-2 - Typhome - 02.01.2012

Quote:
Originally Posted by Programie
Посмотреть сообщение
Use the cross compatible version.
Sorry, but my english is bad. You mean that i can use Ubuntu (mySQL plugin) on CentOS?
I want use latest version.


Re: [REL] MySQL Plugin R6-2 (R7 in dev) - Programie - 03.01.2012

Use the 32 bit version which was compiled on Ubuntu. It should also work on CentOS.

=> x86 (compiled on Ubuntu 11.04)


Re: [REL] MySQL Plugin R6-2 - Kar - 03.01.2012

Quote:
Originally Posted by wups
Посмотреть сообщение
Does anyone use threaded queries on a live server with no problems?
Don't use them, I tried and it gave alot of problems. I switched instantly back.

This was discussed pages ago..


Re: [REL] MySQL Plugin R6-2 - JernejL - 03.01.2012

Quote:
Originally Posted by Kar
Посмотреть сообщение
Don't use them, I tried and it gave alot of problems. I switched instantly back.

This was discussed pages ago..
As scottng gave his example, i can share mine:

I've used threaded mysql plugin on partyserver (server reaches daily 250 players) since R5 or R6 (and i am now using R7 dev without a problem (we switched to mysql around summer 2010, so it's using mysql for quite some time now)).
The general rule is: Use ONLY threaded mode, then you will have no problems.


Re: [REL] MySQL Plugin (R7 source available) - eakwarp - 07.02.2012

Compile R7 for debian 5.0, please.


Re: [REL] MySQL Plugin (R7 source available) - T0pAz - 07.02.2012

Quote:
Originally Posted by Stewie`
Посмотреть сообщение
kthx. Will I have to open the source to see the help or what? d:
Check the include file for the new functions. There is no changelog or whatsoever.