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.
Could anyone please explain how it could be ? And how can find/generate
mysql_config ?
Thank you All in advance for any kind of suggestions.
Fauzan