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

Centos7.1 deployment mysql-5.6.34 (notes)

2025-03-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

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

What I use to install here is the mysql binary package, which mainly reduces the compilation and installation time, and of course, there is also the yum installation mode.

Download address for mysql versions: http://mirrors.sohu.com/mysql/

1. Resolve related dependency problems, otherwise there will be an error yum install-y perl-Module-Install.noarch libaio* in initializing the database.

2. Decompress the software package to / usr/local/srctar xf mysql-5.6.34-linux-glibc2.5-x86_64.tar.gz-C / usr/local/src/3, Set mysqlcd / usr/local/src/mysql-5.6.34-linux-glibc2.5-x86ln-sv / usr/local/src/mysql-5.6.34-linux-glibc2.5-x86_64 / usr/local/mysqlcd / usr/local/mysql/# to create useradd mysql- s / sbin/nologinchown-R mysql.mysql. / *-R# create mysql data directory mkdir / data/mysql & & chown mysql.mysql / data/mysql- R# initializes mysql/usr/local/mysql/scripts/mysql_install_db-- user=mysql-- datadir=/data/mysql-- basedir=/usr/local/mysql/# copies the startup file of mysql and the configuration file cp / usr/local/mysql/support-files/mysql.server / etc/init.d/mysqlcp / usr/local/mysql/my.cnf / etc/my.cnf# sets the environment variable ln-sv / usr/local/mysql/bin/mysql / usr of mysql / bin/# finally starts mysql and / etc/init.d/mysql restart# accesses mysql [root@localhost ~] # / usr/local/mysql/bin/mysqlWelcome to the MySQL monitor. Commands end with; or\ g.Your MySQL connection id is 6Server version: 5.6.34 MySQL Community Server (GPL) Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.Oracle is a registered trademark of Oracle Corporation and/or itsaffiliates. Other names may be trademarks of their respectiveowners.Type 'help;' or'\ h' for help. Type'\ c'to clear the current input statement.mysql >

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