sachin,
Friday, August 30, 2002, 10:30:47 AM, you wrote:

ss> Description:

[skip]

ss> I got this
ss> MySQL-3.23.52-1


ss> That means mysql is installed successfully.

ss> What is the step by step procedure for post
ss> Installation configuration of MySql server?

Check chapter "2.4 Post-installation Setup and Testing":
      http://www.mysql.com/doc/en/Post-installation.html

ss> I really do not know that...Could you pls. tell me!
ss> If I have done anything wrong pls. make me aware of
ss> that also.


ss> Following are the few commands I gave and also given
ss> is the corresponding message displayed on the screen.
ss> That could be helpful to you to analyse the case.

ss> 1.

ss> [root@FireWall2 init.d]# mysql
ss> ERROR 1045: Access denied for user: 'root@localhost'
ss> (Using password: NO)

ss> 2.

ss> [root@FireWall2 bin]# mysqladmin -u root password
ss> 'PASSTHEWORD'
ss> mysqladmin: connect to server at 'localhost' failed
ss> error: 'Access denied for user: 'root@localhost'
ss> (Using password: NO)'

Did you have installed MySQL server before?

ss> 3.

ss> [root@FireWall2 bin]# mysqld --skip-grant-tables
ss> 020828 16:08:42  Can't start server: Bind on TCP/IP
ss> port: Address already in use
ss> 020828 16:08:42  Do you already have another mysqld
ss> server running on port: 3306 ?
ss> 020828 16:08:42  Aborting

ss> 020828 16:08:42  mysqld: Shutdown Complete

ss> 4.

ss> My mysqld daemon is in directory /usr/sbin/

ss> I tried to run it and gave me the following ...

ss> [root@FireWall2 sbin]# mysqld
ss> 020830 12:05:22  Can't start server: Bind on TCP/IP
ss> port: Address already in use
ss> 020830 12:05:22  Do you already have another mysqld
ss> server running on port: 3306 ?
ss> 020830 12:05:22  Aborting

ss> 020830 12:05:22  mysqld: Shutdown Complete

CHECK if MySQL server is already running with
       ps ax | grep mysqld

If so, take down mySQL server and then start mysqld with
--skip-grant-tables option





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.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