06.01.2019, 05:24
You need to reinstall / update MySQL Plugin https://sampforum.blast.hk/showthread.php?tid=56564 (>= R33), choose R39-6 for the latest series of R33. Recompile your code if needed.
This error indicates the plugin failed to load and it can happen due to missing dependencies/bad installation (i.e. installing 32 bits program on 64 bits operating system).
What is your linux distro & version?
Do upgrade / install mysql-client on your system (or use static version of plugin mysql_static.so) and make sure you have the ia-32 libs package installed or the 32 bits architecture library that suits your system.
Code:
[02:37:51] Loading plugin: mysql.so [02:37:51] Failed (libmysqlclient_r.so.16: wrong ELF class: ELFCLASS64)
What is your linux distro & version?
Do upgrade / install mysql-client on your system (or use static version of plugin mysql_static.so) and make sure you have the ia-32 libs package installed or the 32 bits architecture library that suits your system.