Re: Instalation issues

2006-12-04 Thread Gerald L. Clark

Agarwal, Abhishek wrote:

Hello All,

I am trying to install the mysql server 5.1 on fedora 4. please find below
the output

[EMAIL PROTECTED] downloads]# rpm -i MySQL-server-5.1.12-0.glibc23.i386.rpm 
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !

To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h fedora password 'new-password'
See the manual for more instructions.

NOTE:  If you are upgrading from a MySQL = 3.22.10 you should run
the /usr/bin/mysql_fix_privilege_tables. Otherwise you will not be
able to use the new GRANT command!

Please report any problems with the /usr/bin/mysqlbug script!

The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at http://shop.mysql.com
Starting MySQLCouldn't find MySQL manager or server[FAILED]

Please advice how I can debug this error.

Thanks,
--Abhishek




What error?

--
Gerald L. Clark
Supplier Systems Corporation

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



RE: Instalation issues

2006-12-04 Thread Agarwal, Abhishek
I am not able to start the mysql server.

Thanks
Abhishek

-Original Message-
From: Gerald L. Clark [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 04, 2006 4:36 PM
To: Agarwal, Abhishek
Cc: mysql@lists.mysql.com
Subject: Re: Instalation issues

Agarwal, Abhishek wrote:
 Hello All,
 
 I am trying to install the mysql server 5.1 on fedora 4. please find below
 the output
 
 [EMAIL PROTECTED] downloads]# rpm -i MySQL-server-5.1.12-0.glibc23.i386.rpm 
 PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
 To do so, start the server, then issue the following commands:
 /usr/bin/mysqladmin -u root password 'new-password'
 /usr/bin/mysqladmin -u root -h fedora password 'new-password'
 See the manual for more instructions.
 
 NOTE:  If you are upgrading from a MySQL = 3.22.10 you should run
 the /usr/bin/mysql_fix_privilege_tables. Otherwise you will not be
 able to use the new GRANT command!
 
 Please report any problems with the /usr/bin/mysqlbug script!
 
 The latest information about MySQL is available on the web at
 http://www.mysql.com
 Support MySQL by buying support/licenses at http://shop.mysql.com
 Starting MySQLCouldn't find MySQL manager or server[FAILED]
 
 Please advice how I can debug this error.
 
 Thanks,
 --Abhishek
 
 

What error?

-- 
Gerald L. Clark
Supplier Systems Corporation




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



Re: Instalation issues

2006-12-04 Thread Chris

Agarwal, Abhishek wrote:

I am not able to start the mysql server.


You haven't shown us what happens when you try to start mysql. You've 
shown us what happens when you install the rpms.


You need to

/etc/init.d/mysql start

or maybe it's

/etc/init.d/mysqld start

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