On Wed, 15 Sep 2004, [GB2312] ÀîÈñ wrote:

> 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 mysql  can't run
> when I used the command "safe_mysqld start" the system told me "
> Starting mysqld daemon with databases from /var/lib/mysql
> 040913 19:08:45 mysqld ended"
> when I used the command "mysql" the system told me
> "
> ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)"

That message is coming from the mysql client as it can't connect to the
mysqld server as that isn't running. Have a look in /var/lib/mysql for a
file ending in '.err' - this will give you an idea of what is wrong.

Andy


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to