Ubuntu 16.04.1mysql installation and uninstallation tutorial
Delete MySQL
Sudo apt-get autoremove -- purge mysql-server-* sudo apt-get remove mysql-serversudo apt-get autoremove mysql-serversudo apt-get remove mysql-common
Clean residual data
Dpkg-l | grep ^ rc | awk '{print $2}' | sudo xargs dpkg-P
Install mysql
Installation Service:
Install the client:
After the installation is complete, the MySQL server generally starts automatically.
Configure the MySQL administrator password:
Sudo mysqladmin-u root password newpassword
Install mysql graphical Management
Go to the ubuntu16.04.1 graphical interface:
Click MySQL Workbench ---> root login Management
The above section describes how to install and uninstall mysql in ubuntu16.04.1. I hope it will help you. If you have any questions, please leave a message and I will reply to you in time. Thank you very much for your support for the help House website!