PROTECTED]
Subject: Re: Can't start mysql server automatically
Michael Stassen <[EMAIL PROTECTED]> wrote:
O
> Well, clearly LD_LIBRARY_PATH isn't set at startup. That's one of the
> reasons LD_LIBRARY_PATH isn't really the Solaris way, and is not
> recommended. Wi
Michael Stassen <[EMAIL PROTECTED]> wrote:
O
> Well, clearly LD_LIBRARY_PATH isn't set at startup. That's one of the
> reasons LD_LIBRARY_PATH isn't really the Solaris way, and is not
> recommended. With a proper setup, you should never need LD_LIBRARY_PATH in
> Solaris.
>
> In any version of
Well, clearly LD_LIBRARY_PATH isn't set at startup. That's one of the
reasons LD_LIBRARY_PATH isn't really the Solaris way, and is not
recommended. With a proper setup, you should never need LD_LIBRARY_PATH in
Solaris.
In any version of Solaris, you can build with
-R /usr/local/lib
to creat
I configured MySQL to start automatically on a Sun Ultra10 running
Solaris 9 as per the installation instructions installing the following
scripts/links:
- /etc/init.d/mysql
- /etc/rc3.d/S99mysql
- /etc/rc0.d/K01mysql
The MySQL daemon however failed to start at system startup. The .err log
file
Hi!
It seems you still have an old mysqld running.
Check this:
ps ax | grep mysqld
and kill it if it does really present.
duo fu wrote:
>
> Dear all:
> I have just removed an old version of mysql and install MySQL3.23.51
> (tarball). After installation, I tried to start the server:
>
Dear all:
I have just removed an old version of mysql and install MySQL3.23.51
(tarball). After installation, I tried to start the server:
% bin/safe_mysqld &
It can't be started. Message stored in file: /mysql/var/hostname.err asking
"Do you already have another mysqld server running o