On 2007-01-23 Luis Matos wrote:
..
> now let's go for syslog:
> 
> Jan 23 02:12:20 lar mysqld_safe[11436]: A mysqld process already exists

> Jan 23 02:12:34 lar /etc/init.d/mysql[11601]: 1 processes alive and
> '/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping' resulted
> in
 
> Jan 23 02:12:34 lar /etc/init.d/mysql[11601]: ^G/usr/bin/mysqladmin:
> connect to server at 'lar.mec.ua.pt' failed Jan 23 02:12:34

Please check
a) if there is already one mysqld running - maybe a zombie process or /so.
   After /etc/init.d/mysql stop the output of "ps cax | grep mysqld" should 
   be empty.

b) It tries to connect to lar.mec.ua.pt. It should IMHO rather use
   "localhost". Do you have "127.0.0.1 localhost" in your /etc/hosts?
   Or do you use a "[client]" section in 
   /root/.my.cnf, /etc/mysql/debian.cnf or similar
   places, that could trouble mysqladmin here?

c) are there any mysqld lines further up the syslog? 

bye,

-christian-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to