472,145 Members | 1,595 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,145 software developers and data experts.

Failed to Install & Starting MySQL-5.0.15 on RHEL3-U5.

Hi,All,
I try to install mysql-5.0.15 on RHEL3-U5.
But It give me a error.

MySQL-client-standard-5.0.15-0.rhel3.i386.rpm
MySQL-devel-standard-5.0.15-0.rhel3.i386.rpm
MySQL-server-standard-5.0.15-0.rhel3.i386.rpm
MySQL-shared-standard-5.0.15-0.rhel3.i386.rpm
MySQL-standard-debuginfo-5.0.15-0.rhel3.i386.rpm

the output as fellow:
--------------------------------------------------------

[root@vmserver root]# rpm -Uvh --nodeps *.rpm
warning: MySQL-client-standard-5.0.15-0.rhel3.i386.rpm: V3 DSA
signature: NOKEY, key ID 5072e1f5
Preparing... ###########################################
[100%]
1:MySQL-standard-debuginf########################################## #
[ 20%]
2:MySQL-client-standard ###########################################
[ 40%]
3:MySQL-devel-standard ###########################################
[ 60%]
4:MySQL-server-standard ###########################################
[ 80%]
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 vmserver password 'new-password'
See the manual for more instructions.

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 https://order.mysql.com
Starting MySQLCouldn't find MySQL manager or server[FAILED]
5:MySQL-shared-standard ###########################################
[100%]
[root@vmserver root]# service mysql status
Usage: /etc/init.d/mysql start|stop|restart|reload
[root@vmserver root]# service mysql start
Starting MySQLCouldn't find MySQL manager or server [FAILED]

Oct 25 '05 #1
2 6618
zhengfish wrote:
Hi,All,
I try to install mysql-5.0.15 on RHEL3-U5.
[root@vmserver root]# service mysql start
Starting MySQLCouldn't find MySQL manager or server [FAILED]


I had to disable Security Enhancements for Linux to get MySQL to install
on RHEL.

For instance:
# /usr/sbin/setenforce 0

Regards,
Bill K.
Oct 27 '05 #2
Hi,
I get the answer for forum.mysql.com.
That is the config file /etc/my.cnf.
The old /etc/my.cnf for mysql -v3/4 don't work for
mysql-server-5.*.

:)

Nov 1 '05 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

3 posts views Thread by Eric Linders | last post: by
reply views Thread by Randell D. | last post: by
reply views Thread by Shashikant Khandelwak | last post: by
reply views Thread by Yun Guan | last post: by
reply views Thread by Nicolas Noakes | last post: by
2 posts views Thread by Bruza | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.