CentOS7 安装MySQL5.6

CentOS7 安装MySQL5.6

1. 安装依赖包

yum -y install libaio autoconf numactl.x86_64

2. 创建一个mysql用户和组

groupadd -g 1055 mysql
useradd -r -u 1055 -g mysql -s /bin/false mysql

3. 创建数据目录和log目录

mkdir -p /data/.storage/mysql/50200
mkdir -p /data/log/sys/mysql
chown -R mysql.mysql /data/log/sys/mysql

4. 下载、解压mysql

cd /usr/local
wget -c https://cdn.mysql.com//Downloads/MySQL-5.6/mysql-5.6.45-linux-glibc2.12-x86_64.tar.gz
tar xf  mysql-5.6.45-linux-glibc2.12-x86_64.tar.gz
ln -s mysql-5.6.45-linux-glibc2.12-x86_64 mysql
cd mysql
scripts/mysql_install_db --user=mysql --basedir=/usr/local/mysql --datadir=/data/.storage/mysql/50200/
export PATH=$PATH:/usr/local/mysql/bin
echo 'export PATH=$PATH:/usr/local/mysql/bin' >> /etc/profile
source /etc/profile

5. systemctl启动配置

# vim /etc/systemd/system/mysql50200.service

[Unit]
Description=mysql50200
Documentation=man:mysqld(8)
Documentation=http://dev.mysql.com/doc/refman/en/using-systemd.html
After=network-online.target rsyslog.target

[Service]
User=mysql
Group=mysql
PIDFile=/data/.storage/mysql/50200/pid.pid
ExecStart=/usr/local/mysql/bin/mysqld_safe --defaults-file=/usr/local/etc/50200.mysql.conf --user=mysql
PrivateTmp=true
LimitNOFILE=infinity


[Install]
WantedBy=multi-user.target

6. 50200.mysql.conf配置文件

[client]
port                                = 50200
server-id                           = 50200
socket                              = /data/.storage/mysql/50200/sock.sock

[mysqld]
port                                = 50200
datadir                             = /data/.storage/mysql/50200
socket                              = /data/.storage/mysql/50200/sock.sock
pid-file                            = /data/.storage/mysql/50200/pid.pid
server-id                           = 999991
log-bin                             = 50200-bin
binlog-format                       = mixed


skip-name-resolve
back_log                           = 3000


#InnoDB设置
innodb_use_native_aio               = 0
innodb_buffer_pool_size             = 512M
innodb_thread_concurrency           = 16
innodb_log_buffer_size              = 8M
innodb_flush_log_at_trx_commit      = 2
innodb_log_file_size                = 48M
innodb_file_per_table               = 1
#innodb_force_recovery               = 1

skip-external-locking
explicit_defaults_for_timestamp     = 1
local-infile                        = 0
max_connections                     = 3000
max_connect_errors                  = 100

key_buffer_size                     = 256M
query-cache-type                    = 1
query_cache_size                    = 64M
max_allowed_packet                  = 8M
thread_stack                        = 256K
thread_cache_size                   = 64
query_cache_limit                   = 16M
sort_buffer_size                    = 8M
join_buffer_size                    = 8M
read_buffer_size                    = 8M
read_rnd_buffer_size                = 8M
myisam_sort_buffer_size             = 16M
tmp_table_size                      = 256M
max_heap_table_size                 = 64M
connect_timeout                     = 60

#fix mysql gone away
wait_timeout                        = 10
interactive-timeout                 = 600

# log
general-log                         = 0
slow_query_log                      = 1
long_query_time                     = 2
log-queries-not-using-indexes
general-log-file                    = /data/log/sys/mysql/50200_gen.log
slow-query-log-file                 = /data/log/sys/mysql/50200_slow.log
log-error                           = /data/log/sys/mysql/50200_error.log
expire_logs_days                    = 4
 
[mysqldump]
max_allowed_packet                  = 100M

[mysql]
no-auto-rehash
default_character_set               = utf8

[myisamchk]
key_buffer_size = 512M
sort_buffer_size = 256M
read_buffer_size = 8M
read_rnd_buffer_size = 32M
write_buffer_size = 256M

[mysqlhotcopy]
interactive-timeout

7. 启动mysql

systemctl daemon-reload
systemctl start mysql50200
systemctl stop mysql50200
systemctl start mysql50200

8. 报错处理

(1) 初始化报错

# scripts/mysql_install_db --user=mysql --basedir=/usr/local/mysql --datadir=/data/.storage/mysql/50200/
FATAL ERROR: please install the following Perl modules before executing scripts/mysql_install_db:
Data::Dumper

解决方法 :安装autoconf库
命令:yum -y install autoconf
# scripts/mysql_install_db --user=mysql
Use of uninitialized value in chown at scripts/mysql_install_db line 705.
Use of uninitialized value in chown at scripts/mysql_install_db line 705.
Use of uninitialized value in chown at scripts/mysql_install_db line 705.
Use of uninitialized value in chown at scripts/mysql_install_db line 705.
Use of uninitialized value in chown at scripts/mysql_install_db line 705.
Use of uninitialized value in chown at scripts/mysql_install_db line 705.
Installing MySQL system tables..../bin/mysqld: error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory

解决方法:创建用户并安装libnuma.so.1
命令: 
yum -y install libaio numactl.x86_64
groupadd -g 1055 mysql
useradd -r -u 1055 -g mysql -s /bin/false mysql
Installing MySQL system tables...2019-08-13 11:25:45 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details)

初始化时不影响安装:
解决方法:
在my.cnf中加入
[mysqld]
explicit_defaults_for_timestamp=true

参考链接:
下载网址: https://dev.mysql.com/downloads/mysql/
安装文档: https://dev.mysql.com/doc/refman/5.6/en/binary-installation.html

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 204,793评论 6 478
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 87,567评论 2 381
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 151,342评论 0 338
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 54,825评论 1 277
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 63,814评论 5 368
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,680评论 1 281
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 38,033评论 3 399
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,687评论 0 258
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 42,175评论 1 300
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,668评论 2 321
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,775评论 1 332
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,419评论 4 321
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 39,020评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 29,978评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,206评论 1 260
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 45,092评论 2 351
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,510评论 2 343