Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install mysql-5.7.18 process for centos 6.6 system

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces how to install mysql-5.7.18 process in centos 6.6 system. I hope I can add and update some knowledge to you. If you have any other questions you need to know, you can continue to follow my updated article in industry information.

Tar xvf mysql-5.7.18-linux-glibc2.5-x86_64.tar.gz-C / usr/local/cd / usr/local/mv mysql-5.7.18-linux-glibc2.5-x86_64/ mysqlgroupadd-u 800 mysqlgroupadd-g 800 mysqluseradd-u 800-g mysql mysqlmkdir mysql/datachown-R mysql.mysql mysqlcd mysqlbin/mysqld-- initialize-- user=mysql-- basedir=/usr/local/mysql-- datadir=/usr/local/mysql/data bin/mysql_ssl_rsa_setup-- Datadir=/usr/local/mysql/datacp mysql.server / etc/init.d/mysqldvim / etc/my.cnf [mysqld] user = mysql port = 3306 server_id = 1 socket=/tmp/mysql.sock basedir = / usr/local/mysql datadir=/usr/local/mysql/data # Disabling symbolic-links is recommended to prevent assorted security risks symbolic-links=0 [mysqld_safe] log-error=/var/log/mysqld.log pid-file=/var/run/ Mysqld/mysqld.pidvim / etc/profile.d/mysql.sh export PATH=$PATH:/usr/local/mysql/bin. / etc/profile.d/mysql.sh chkconfig mysqld onservice mysqld start

Read the above about centos 6.6 system how to install mysql-5.7.18 process, I hope it can bring some help to everyone in practical application. Due to the limited space in this article, it is inevitable that there will be deficiencies and need to be supplemented. If you need more professional answers, you can contact us on the official website for 24-hour pre-sales and after-sales to help you answer questions at any time.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report