Mysql Debug
#1

How i can fix this??

Код:
[05:05:24]  Loading plugin: mysql.so
[05:05:24]   Failed (/usr/lib/i386-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.19' not found (required by plugins/mysql.so))
[05:05:24]  Loading plugin: log-core.so
[05:05:24]   Failed (/usr/lib/i386-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by plugins/log-core.so))
[05:05:24]  Loaded 4 plugins.
Reply
#2

Well, if you're using the static version of mysql, you can get rid of the mysql.so version.

mysql.so OR mysql_static.so... Either one, but not both.


But considering mysql.so is hitting the same error as log-core, you need to fix the runtime error they're showing, and install those libraries.

I'm guessing this is CentOS, in which case, you're going to have a terrible time.
Reply
#3

Can it be a hosting problem??
Reply
#4

apt-get install libstdc++6

Not working on debian older than 8, so check your system.

And you don't have to load log-core.so as plugin, its auto loaded by MySQL plugin.
Reply
#5

Quote:
Originally Posted by Fletcher007
Посмотреть сообщение
Can it be a hosting problem??
It could be, but what it really means is that something isn't installed. If it's a host that you have a control panel for and all that jazz, then hit them up, showing them the errors from the log file.

If it's Debian or Ubuntu then the above response should give some information.

If it's CentOS, then it's a lot harder.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)