Reinstall steps for mysql in debian server



apt-get remove -y mysql-*
apt-get purge -y mysql-*
Once finished, 
rm -rf /var/lib/mysql
rm -rf /etc/mysql*
apt-get install mysql-client mysql-server mysql-common

Comments

Popular posts from this blog

CDbConnection failed to open the DB connection mysql 8

How to replace find -maxdepth option in Solaris Operating System using -prone

IM002][unixODBC][Driver Manager]Data source name not found, and no default driver specified [ISQL]ERROR: Could not SQLConnect