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

CentOS 6.5 installs MySQL-5.5 through yum

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

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

1. Install the yum source for mysql-5.5

Rpm-ivh http://repo.mysql.com/yum/mysql-5.5-community/el/6/x86_64/mysql-community-release-el6-5.noarch.rpm

To install MySQL5.6, you can install:

Rpm-ivh http://repo.mysql.com/mysql-community-release-el6.rpm 's latest yum source can be downloaded at http://dev.mysql.com/downloads/repo/yum

two。 Modify the installed yum source

Edit the / etc/yum.repos.d/mysql-community.repo file and change the enabled of 5.5to enabled of 5.5and enabled of 5.6to 0

# Enable to use MySQL 5.5 [mysql55-community] name=MySQL 5.5 Community Serverbaseurl= http://repo.mysql.com/yum/mysql-5.5-community/el/6/$basearch/enabled=1gpgcheck=1gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-mysql# Enable to use MySQL 5.6 [mysql56-community] name=MySQL 5.6 Community Serverbaseurl= http://repo.mysql.com/yum/mysql-5.6-community/el/6/$basearch/enabled=0gpgcheck=1gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-mysql

3. Install mysql-5.5

Yum install mysql-community-client mysql-community-devel mysql-community-server php-mysql

4. Adjust the configuration

Edit / etc/my.cnf file

Innodb_file_per_table=1 sets InnoDB to independent tablespace mode, and each table in each database generates a data directory innodb_buffer_pool_size= default: 128m, which is best set to 70% of the operating system memory.

5. The following command sets the boot self-boot, which saves us from booting mysql every time we boot.

Chkconfig-levels 345 mysqld on

Original account number and password root root

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

Internet Technology

Wechat

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

12
Report