Re: [REL] MySQL Plugin (Now on github!) -
Freaksken - 03.08.2019
Quote:
Originally Posted by Loinal
I can see that it is much easier than the new and i can't find MySQL R41-2 tutorials nowadays
|
Seriously, did you even try?
I searched for 'samp mysql' on everybody's favorite search engine and guess what shows up in the first 3 search results? Yeah a tutorial... After some more quick searches, I got some other pages with mysql info.
Can't find tutorials. Seriously, that's bullshit.
Re: [REL] MySQL Plugin (Now on github!) -
Symon - 29.01.2020
Also for who doesn't know, visiting the
example-scripts folder on GitHub, you can find both cached and orm version as filterscript which has a fully working login/register system using R41-4.
https://github.com/pBlueG/SA-MP-MySQ...xample_scripts
Re: [REL] MySQL Plugin (Now on github!) -
silvan - 30.01.2020
Guys i'm having this error when I try to load the plugin with server, can you help me?
Code:
Failed (libmysqlclient.so.18: cannot open shared object file: No such file or directory)
I am running Centos7, i download the centos7 version but its giving me this error
Re: [REL] MySQL Plugin (Now on github!) -
Private200 - 01.02.2020
Quote:
Originally Posted by silvan
Guys i'm having this error when I try to load the plugin with server, can you help me?
Code:
Failed (libmysqlclient.so.18: cannot open shared object file: No such file or directory)
I am running Centos7, i download the centos7 version but its giving me this error
|
Literally found in their F.A.Q:
Quote:
Q: I get a Failed (libmysqlclient_r.so.18: cannot open shared object file: No such file or directory) error, how do I fix this?
A: You don't have the MySQL client library installed. Install it through your package manager. Make sure you install the 32bit (i386, i686, etc) library, or else the plugin won't run.
|
Re: [REL] MySQL Plugin (Now on github!) -
silvan - 02.02.2020
Quote:
Originally Posted by Private200
Literally found in their F.A.Q:
|
I did found that post, but I couldn't find how to install and which to install ... any idea which one?
Re: [REL] MySQL Plugin (Now on github!) -
d3Pedro - 05.02.2020
Quote:
Originally Posted by silvan
I did found that post, but I couldn't find how to install and which to install ... any idea which one?
|
Code:
yum install libstdc++.so.6
yum install libmysqlclient.so.18
Re: [REL] MySQL Plugin (Now on github!) -
PRoleplay - 10.04.2020
From R34 to R39-6
Got an error (It stucked up connecting to the mysql-server)
mysql error logs (var/log/mysql/error.log)
Quote:
020-04-10T17:48:01.000173Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.19) MySQL Community Server - GPL.
2020-04-10T17:48:01.426281Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.19) starting as process 27003
2020-04-10T17:48:02.005189Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2020-04-10T17:48:02.029469Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.19' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server - GPL.
2020-04-10T17:48:02.186734Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Socket: '/var/run/mysqld/mysqlx.sock' bind-address: '::' port: 33060
|
And there's no error in mysql_error.txt
Re: [REL] MySQL Plugin (Now on github!) -
Calisthenics - 11.04.2020
Quote:
Originally Posted by PRoleplay
From R34 to R39-6
Got an error (It stucked up connecting to the mysql-server)
mysql error logs (var/log/mysql/error.log)
And there's no error in mysql_error.txt
|
Do you mean while loading the mysql plugin? Do you have crashdetect installed?
The logs from mysqld are OK, ignore the self signed certificate warning if it is not production server.