environment: 1. CentOS6.5 X64 2.mysql-5.6.34-linux-glibc2.5-x86_64.tar.gz 3. Download address: http://dev.mysql.com/downloads/mysql/ Installation Steps 1. Execute the command to decompress the file in the storage directory of the installation package
2. Delete the installation package and rename the unzipped file
3. Add mysql user group and mysql user First check whether there is a mysql user group and mysql user
If not, add it;
4. Enter the mysql directory to change permissions
5. Execute the local yum source to install the dependent package
6. Execute the installation script
After installation, change the current directory owner to root user and the data directory owner to mysql
7. Modify mysql/support-files/mysql.server 8. Start mysql
9.Change password and log in
The above is the detailed steps for installing MySQL5.6 X64 version under Linux introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor 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:
|
<<: Detailed explanation of firewall rule settings and commands (whitelist settings)
>>: Detailed explanation of the use of React list bar and shopping cart components
It is provided in the form of WeChat components. ...
The first thing to do is to pick a good browser. ...
Preface In fact, I have never encountered this ki...
When I first came into contact with HTML, I alway...
After installing MySQL, you will find that the ro...
Say it in advance We all know that Docker can ach...
When we type a letter on the keyboard, how is it ...
Create a container [root@server1 ~]# docker run -...
closure service nginx stop systemctl stop nginx s...
This article example shares the specific code of ...
Preface 1. Debounce: After a high-frequency event...
The tbody element should be used in conjunction wi...
Now many people are joining the ranks of website ...
This article shares the specific code of fabricjs...
JSON (JavaScript Object Notation, JS Object Notat...