Fauzan Azhary wrote:
Hi All,

I've tried to upgrade mysql from MySQL 4.1.12 to MySQL 5.0.22.
Before upgrading, I have like below :

# rpm -qa | grep mysql
mysql-4.1.12-3.RHEL4.1
mysql-server-4.1.12-3.RHEL4.1
mysqlclient10-3.23.58-4.RHEL4.1
mysql-devel-4.1.12-3.RHEL4.1

And after upgrading, I have like below :

#rpm -qa | grep MySQL
perl-DBD-MySQL-2.9004-3.1
MySQL-server-standard-5.0.22-0.rhel4
MySQL-shared-compat-5.0.22-0.rhel4
MySQL-client-standard-5.0.22-0.rhel4

But, I can't find mysql_config in directory /usr/bin as the result from upgrading process.

You need the base mysql package:

$ rpm -qf /usr/bin/mysql_config
mysql-5.0.15-3


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

Reply via email to