Posts: 6,129
Threads: 36
Joined: Jan 2009
Try execute this in SSH:
Код:
yum -y --enablerepo=centosplus install mysql-server mysql
yum -y install mysql-devel
If you don't have SSH access, contact your host about this problem.
EDIT: Stop creating a million threads and try the solution I provided.
Posts: 6,129
Threads: 36
Joined: Jan 2009
No, I'm not adding you on MSN.
Try creating a symbolic link with an older version of libmysqlclient_r.so.
pawn Код:
ln -s /usr/lib/mysql/libmysqlclient_r.so.15 /usr/lib/mysql/libmysqlclient_r.so.16
If '.15' does not exist, try go down a number to '.14', etc.
Posts: 16
Threads: 3
Joined: Jul 2011
Reputation:
0
I am using xampp for apache mysql
Posts: 6,129
Threads: 36
Joined: Jan 2009
That's irrelevant. Try create the symbolic link.
Posts: 16
Threads: 3
Joined: Jul 2011
Reputation:
0
ready and I made the symbolic link.
Posts: 673
Threads: 45
Joined: May 2010
Reputation:
0
put the dll file into plugins folder and try