[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Re: Re: php and mysql installation for raq3
- Subject: Re: [cobalt-users] Re: Re: php and mysql installation for raq3
- From: "Steve Bassi" <steve@xxxxxxxxx>
- Date: Mon Feb 12 22:25:05 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Did you already have Mysql installed ??
> While the MySQL installation, i have 2 errors :
>
> ***1***
> COMMAND : ln -s /tmp/mysql.sock /var/lib/mysql/mysql.sock
> ERROR : ln: /var/lib/mysql/mysql.sock: File exists
>
> ***2***
> COMMAND : /usr/local/mysql/bin/mysqladmin -u root password 'MYPASSWD'
> ERROR : /usr/local/mysql/bin/mysqladmin: connect to server at 'localhost'
> failed
> error: 'Can't connect to local MySQL server through socket
'/tmp/mysql.sock'
> (11
> 1)'
> Check that mysqld is running and that the socket: '/tmp/mysql.sock'
exists!
>
> For the 2d error, if my command is "/usr/local/mysql/bin/mysqladmin -u
> root -p password 'MYPASSWD'", I have the same error
> Can you help me ?