Uninstall mysql
First step
1 sudo apt-get autoremove --purge mysql-server-5.0 2 sudo apt-get remove mysql-server 3 sudo Apt-get autoremove mysql-server 4 sudo apt-get remove mysql-common (very important)
Step 2: clean up residual data 1 dpkg -l |
Grep ^rc|
Awk '{print $2}' |
Sudo xargs dpkg -P
Step 3: Install mysql
1 sudo apt-get install mysql-server 2 sudo apt-get install mysql-client 3 sudo apt-get install php5-mysql (Installing php5-mysql connects php and mysql)
Once the installation is complete, the MySQL server should start automatically. You can check if the MySQL server is running by running the following command at the terminal prompt:
1 sudo netstat -tap |
Grep mysql
When you run the command, you can see a line similar to the following:
tcp 0 0 localhost.localdomain:mysql *:* LISTEN -
If the server is not working properly To run, you can start it with the following command:
1 sudo /etc/init.d/mysql restart Step 4: Configure the administrator password
Enter mysql
1 $mysql - Uroot -p administrator password
Configure MySQL administrator password:
1 sudo mysqladmin -u root password newpassword
Yesterday I received the zabbix alarm email, the usage rate of a servers /home directory re
Through the network port bonding (bond) technology, network port redundancy and load balancing can b
using direct-lvm storage method Recently played docker on Bluemix virtual machine, but found that t
We all know that the Linux rm command can delete files, but if you want to delete the directory, you
Ssh, scp does not enter a password to operate
Ubuntu - grubrescue master boot fix
8 tips make you a superb Linux end user
Linux view routing information
Summary of Techniques for Copying Files Between Linux Systems
Ubuntu graphical desktop and command line interface Switch shortcuts
Centos7 modify SSH port number
Alibaba Cloud Linux server to modify the root management password tutorial
Performance query command under linux
How to close the set of win8 computer only use the single display
How do I package a web application to the Win10 app store?
Windows Server 2012 Improves Virtual Machine Imports Simpler and Faster
How to delete the specified file in swap
Win7 system screen color calibration tool use method graphic tutorial
How Win8 Synchronizes Email in the Messaging App
How to use Win10 system file recording function
Win8 system memory leaks lead to black screen, crash, Karton solution
How to use the top command to monitor Linux system performance