rpm -qa | grep mysql
mysqlclient10-3.23.58-4.RHEL4.1
mysql-4.1.20-2.RHEL4.1
mysql-4.1.20-2.RHEL4.1
mysqlclient10-3.23.58-4.RHEL4.1
Try uninstalling.
rpm -e mysqlclient10-3.23.58-4.RHEL4.1
error: “mysqlclient10-3.23.58-4.RHEL4.1″ specifies multiple packages
With man rpm, it turns out that -allmatches should fix the problem:.
–allmatches
Remove all versions of the package which match PACKAGE_NAME. Normally an error is issued if PACKAGE_NAME matches
multiple packages.
rpm -e –allmatches mysqlclient10-3.23.58-4.RHEL4.1
rpm -e –allmatches mysql-4.1.20-2.RHEL4.1
warning: /etc/my.cnf saved as /etc/my.cnf.rpmsave
ok, the old version of MySQL that comes with the system is uninstalled.
Similar Posts:
- How to Solve Django Error: No module named ‘MySQLdb’
- [Solved] libmysqlclient.so.16: cannot open shared object file: No such file or directory Error
- CentOS 7: How to Solve Mysqlclient Install Error
- [Solved] C# Error: Could Not Find Net Framework Data ProVider, It may not be installed.
- How to Solve MYSQL error “no directory, logging in with home = -“
- [Solved] Python import module error: importerror: no module named mysql.connector
- Django: How to Solve Using Pymysql Error
- Centos7.4 appears Yum command not found [How to Solve]
- [How to Solve] ImportError: No module named MySQLdb
- How to solve the error of PHP connection to mysql8