> I compiled mysql w/o this option. Is there any file that I can modify and
> bounce the server to take this? I modified:
>
> my-path/share/mysql
>
> -rw-r--r-- 1 root other 4938 Jul 23 10:32 my-huge.cnf
> -rw-r--r-- 1 root other 4914 Jul 23 10:33 my-large.cnf
> -rw-r--r--
> Another question related to server start:
>
> Can I configure mysql.sock to some other dir, since /tmp/mysql.sock might
> easiely being deleted by someone?
>
>
> Thanks!
> Annie
>
>
Yes, you can - and I'd make that recommendation on shared systems.
configure option:
--with-unix-socket-path=/pat
Sent: Wednesday, September 15, 2004 9:57 AM
Subject: Re: mysql still can't start up
Another question related to server start:
Can I configure mysql.sock to some other dir, since /tmp/mysql.sock might
easiely being deleted by someone?
Thanks!
Annie
On Wed, 15 Sep 2004, Jonathan Mangin
http://www.catb.org/~esr/faqs/smart-questions.html
Stop repeating the same question or you will never get an answer. Try again
please.
> Hi
>
>
> I have installed some software on aix5.2 .
> the list of software:
> apache-1.3.29-1.aix4.3.ppc.rpm
> php-4.0.6-5.aix4.3.ppc.rpm
> MySQL-3.23.47-3.aix
- Original Message -
From: "æé" <[EMAIL PROTECTED]>
To: "mysql" <[EMAIL PROTECTED]>
Sent: Wednesday, September 15, 2004 9:25 AM
Subject: mysql still can't start up
> when I used the command "safe_mysqld start" the system told me "
Hi
I have installed some software on aix5.2 .
the list of software:
apache-1.3.29-1.aix4.3.ppc.rpm
php-4.0.6-5.aix4.3.ppc.rpm
MySQL-3.23.47-3.aix4.3.ppc.rpm
MySQL-client-3.23.47-3.aix4.3.ppc.rpm
All of them was installed by using the command : rpm -i *.*
then
Apache and php can work
but