VMware12.0+Ubuntu16.04+MySQL5.7.22 installation tutorial, the details are as follows First, use the command sudo -s to obtain root privileges. You do not need to enter a password each time you execute any command. Use whereis mysql to check whether MySQL is currently installed. If yes, uninstall it. If not, continue. As shown in the figure below, MySQL was not installed on this machine before. The path shown is a folder I created to store mysql. Use the command "cp mysql-server_8.0.11-1ubuntu16.04_amd64.deb-bundle.tar /usr/local/mysql" to copy the downloaded MySQL to the specified path folder mysql, then enter mysql to decompress the files, and use the command "tar -xvf mysql-server_8.0.11-1ubuntu16.04_amd64.deb-bundle.tar" to decompress MySQL. After decompression, the following files are obtained. Execute the following commands in sequence: Install libaio1: Execute the command sudo apt-get update After executing apt-get install libmecab2, let's set the mysql password. Set password confirmation Start mysql Login to mysql Perform some operations on mysql: At this point, the mysql installation is complete. The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: Vue implements zoom in, zoom out and drag function
>>: Detailed explanation of Linux one-line command to process batch files
Previously, I introduced several ways to achieve ...
Table of contents introduction Cookie What are Co...
Table of contents Merge namespaces with the same ...
Learning objectives: Learn to use Windows system ...
1. Summary: In general, they can be divided into ...
Table of contents 1. What is copy_{to,from}_user(...
Table of contents Listener watch Format Set up th...
1. Download the mysql-5.7.17-winx64.zip installat...
Table of contents 1. Make good use of components ...
1. Install MySQL: Use the following three command...
Use profile to analyze slow SQL The main purpose ...
Table of contents 1. What is a subquery? 2. Where...
For containers, the simplest health check is the ...
I don't know when it started, but every time ...
Table of contents Solution: 1. IGNORE 2. REPLACE ...