Re: mysqld won't start

2006-08-07 Thread Chris
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

RE: mysqld won't start and stay running

2001-01-23 Thread Quentin Bennett
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