RE: Can't start mysql server automatically

2004-08-23 Thread Logan, David (SST - Adelaide)
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

Re: Can't start mysql server automatically

2004-08-23 Thread Egor Egorov
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

Re: Can't start mysql server automatically

2004-08-15 Thread Michael Stassen
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

Re: Can't start MySQL server

2002-07-01 Thread Alexander Barkov
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: >