habibzain Just husband, father and enthusiastic men about System Administration. Love to write short article about it. Perhaps can help and be useful for others.

Complete Uninstall Percona Xtradb Cluster

34 sec read

Complete-Uninstall-Percona-Xtradb-Cluster

Complete uninstall mysql While upgrading from ubuntu 16.04.1 to ubuntu 16.04.03, we had face once issue that we unexpected. Here is simple way uninstall percona xtradb cluster.

This incident are cause by mysql server update, while setting up the mysql by apt, its hang on the server and will not work for leaving it around one hours.

So we decide to remove the mysql server and reinstall again, below are the step that we were done.

  1. sudo apt-get remove --purge mysql*
  2. sudo apt-get purge mysql*
  3. sudo apt-get autoremove
  4. sudo apt-get autoclean
  5. sudo apt-get remove dbconfig-mysql
  6. sudo apt-get dist-upgrade
  7. sudo apt-get install mysql-server

if still not working for you, please check any mysql process running on your server, it can be view by using top command and service mysql stop, otherwise try step3 before going through step 1 and 2.

That’s it. Uninstall percona xtradb cluster.

List Source:
https://linuxscriptshub.com/uninstall-completely-remove-mysql-ubuntu-16-04/

https://georgechilumbu.wordpress.com/2016/12/11/uninstall-mysqlpercona-completely/
https://bugs.launchpad.net/percona-xtradb-cluster/+bug/1531829

habibzain Just husband, father and enthusiastic men about System Administration. Love to write short article about it. Perhaps can help and be useful for others.

Fix mysqli_real_connect Access denied for user ‘root’@’localhost’

Have we ever face the error mysqli_real_connect(): (HY000/1698): Access denied for user ‘root’@’localhost’ when logging in as root on the mysql server? In this...
habibzain
2 min read

ISPConfig Ubuntu 18.04 Nginx MySQL

In this blog post, I will show you how to install and configure ISPConfig Ubuntu 18 with Nginx web server. ISPConfig is a powerful...
habibzain
5 min read

Install Percona Server for MySQL 5.6 In Ubuntu 18

Hi Dude. In this article, I will show you how to install Percona MySQL 5.6 on Ubuntu 18.04 LTS. Percona MySQL is a drop-in...
habibzain
1 min read

Leave a Reply

Your email address will not be published. Required fields are marked *

Never miss good article from us, get weekly updates in your inbox