MihayMondialu Posted March 28, 2016 Share Posted March 28, 2016 HELP ME ! The server dont running on the linux ERROR: mysql/connection.lua:235: attempt to call global 'mysql_ping' ERROR: weather-system/s_weather_system.lua:56: call: failed to call ' mysql:query_free' [string "?"] ERROR: ped-system/s_peds.lua:4: attempt to call global 'mysql_null' ( a nil value) ERROR: apps/app_manager_s.lua:38: call: failed to call 'mysql:query_f etch_assoc' [string "?"] [08:50:06] ERROR: apps/app_manager_s.lua:39: attempt to index local 'mQuery' (a boolean value) Link to comment
Jusonex Posted March 28, 2016 Share Posted March 28, 2016 https://wiki.multitheftauto.com/wiki/Mysql Link to comment
MihayMondialu Posted March 28, 2016 Author Share Posted March 28, 2016 I have already installed the modules + but it does not work the same Link to comment
Mr_Moose Posted March 30, 2016 Share Posted March 30, 2016 You may need to install libmysqlclient.so.16 as well, the problem is however that it's not available through the package managers, you need to upload the file manually and put it in /usr/lib. This is a known issue on Debian 8.x (and above) To install libmysqlclient.so.16 follow these steps: Download the file: https://repos.99stack.com/mtasa/libraries/libmysqlclient.so.16 Upload the file to /usr/lib/libmysqlclient.so.16 Restart your server If all your MySQL connection details are correct and the MySQL server works as it should then this should solve all MySQL related issues assuming you use Debian or any fork of it like Ubuntu. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now