Jump to content

attempt to call global 'mysql_ping'


Recommended Posts

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

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:

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...