1. Install mysql: udo apt-get install mysql-server udo apt-get install mysql-client udo apt-get install php5-mysql (used to connect php and mysql) Check if mysql is running aux | grep mysql Startup Command /etc/init.d/mysql start 2. Delete mysql Execute the following commands in order udo apt-get autoremove --purge mysql-server-5.0 udo apt-get remove mysql-server udo apt-get autoremove mysql-server udo apt-get remove mysql-common Clean up residual data dpkg -l |grep ^rc|awk '{print $2}' |sudo xargs dpkg -P Summarize The above is the detailed introduction of how to install and completely uninstall MySQL using apt-get under Ubuntu. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: Docker installs the official Redis image and enables password authentication
>>: How to use CocosCreator object pool
Table of contents 1. Configure Vue front end 1. D...
This article example shares the specific code of ...
Table of contents Preface How to use Summarize Pr...
Table of contents vite Build Configuration vite.c...
Table of contents 1. Ubuntu source change 2. Inst...
View mysqlbinlog version mysqlbinlog -V [--versio...
Table of contents Before transformation: After tr...
Configure the accelerator for the Docker daemon S...
Steps: 1. Install MySQL database 1. Download the ...
First time writing. Allow me to introduce myself....
When the user's home directory becomes larger...
Prometheus (also called Prometheus) official webs...
One day, the leader put forward a requirement to ...
Scenario: After installing the latest version of ...
Without further ado Start recording docker pullin...