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
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:
>