This article mainly introduces how to completely uninstall the database under Linux. Interested friends can refer to it
1. Check the mysql installation
rpm -qa|
grep
-i mysql
rpm -ev mysql-5.1.73-8.el6_8.x86_64 --nodeps
find
/ -name mysql<br><img src="https://img.php.cn/upload/article/000/001/506/b30bf110cf1cd1a45eea5b1cae54d0f4-2.png" alt=""><br>
find
/ -name mysql command to retest. If there is no problem, you can reinstall it.
The above is the detailed content of Learn more about completely uninstalling mysql under Linux. For more information, please follow other related articles on the PHP Chinese website!