Jump to content

[Help]MySQL problem.


Swagy

Recommended Posts

Hello community,

we are trying to connect our MySQL server, but this message appears;

ERROR: Could not load /home/mta/mta/rgcmta/mods/deathmatch/./dbconmy.

so - libmysqlclient.so.16: cannot open shared object file: No such file or direc

tory

we do have that libmysqlclient.so.16 but we just dont know what is the path where it tries to find it

any help please ?

Link to comment

For the unix_socket/mysqld.sock, try restarting MySQL server (mysqld)

If that doesn't work, check where your mysqld.sock is stored (it might be elsewhere) - open the file /etc/mysql/my.cnf and look for

[client]

port = 3306

socket = (path to mysqld.sock)

and use that path on dbConnect.
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...