I guess the mysqld is already running on port 3306(default port). I aldo had the same 
problem.

The solution is
shell> MYSQL_UNIX_PORT=/tmp/mysqld-new.sock
shell> MYSQL_TCP_PORT=3307
shell> export MYSQL_UNIX_PORT MYSQL_TCP_PORT
shell> scripts/mysql_install_db
shell> bin/safe_mysqld &
It is given in 4.17 Installing many servers on the same machine
You have to use the different port this time because port 3306 is already being used.
Sandeep Ghodke
[EMAIL PROTECTED]


----- Original Message ----- 
From: "K.K" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 01, 2001 12:12 PM
Subject: Can't find mysqladmin


> Hello I have installed the latest rpm on an exiting RH6.2 Linux box.  I 
> actually upgraded mysql to the newest version and everything went fine and 
> it verified after the installation was done.
> 
> The problem that I have is that I cannot log into mysql now.  I have tried 
> to located mysqladmin anywhere on the server and it seems to be missing and 
> I cannot log into MYSQL.  However when I do a ps -ef I can see that 
> safe_mysqld is running along with the three other processes.
> 
> Any clues on how to log in would be appreciated!!!!
> 
> (It has just been one of those days)
> 
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> 
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> 
> 

Reply via email to