Charlie Stanton wrote:
From: root
To: mysql@lists.mysql.com
Subject: mysqld won't start
>Description:
In an attempt to upgrade to MySQL 5.0.24 it was necessary to use
"rpm -e ..." to remove version 5.0.22 then "rpm -U ..." to install
the shared,server and client modules.
When I
Hi,
It won't be to do with the network, it'll be to do with which libraries are
available where.
You need to track down libstdc++.so, and make sure that the mysqld can see
it when it loads, either by linking it to a 'normal' location (/usr/lib?) or
setting LD_LIBRARY_PATH in the environment.
Ho