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
Achieve results Implementation Code html <div ...
Preface: Vue3 has been released for a long time. ...
This article example shares the specific code for...
My recommendation Solution for coexistence of mul...
Many websites have a navigation bar fixed at the ...
Introduction to MySQL logical architecture Overvi...
1. Check whether the check status module is insta...
1. First, download the corresponding database fro...
Open the folder C:\web\mysql-8.0.11 that you just...
Application nesting of unordered lists Copy code T...
React Lifecycle Two pictures to help you understa...
#docker ps check, all ports are mapped CONTAINER ...
Table of contents 1. Project Description 1.1 Back...
For example: Copy code The code is as follows: <...
Since I started working on Vulhub in 2017, I have...