MySQL5.7版本多实例化

1.概述

现生产库中主要使用的是MySQL-5.7这个版本,而很多企业在测试环境或者生产环境,为了节省服务器的资源,便有了一服务器多实例的多情况,本文档主要讲述的是MySQL-5.7多实例部署,基础环境情况如下:

centos 7.4

mysql-5.7.32(二进制包)(直接解压放置相应的目录进行数据库初始化即可)

2.MySQL-5.7多实例部署

MySQL二进制包直接解压并且加入环境变量即可:

# tar -xf mysql-5.7.32-el7-x86_64.tar.gz  -C  /usr/local/mysql

# echo "export PATH=$PATH:/usr/local/mysql/bin" >> /etc/profile

# source  /etc/profie

创建mysql用户,创建msyql工作目录并且目录授权

# groupadd -r mysql

# useradd -r -g mysql -s /bin/false -M mysql

# mkdir -p /data/mysql_{3306,3307}/{data,log,tmp}

# chown -R mysql.mysql /data/

修改数据库配置文件

# vim  /etc/my.cnf

[mysqld_multi]

mysqld    = /usr/local/mysql/bin/mysqld

mysqladmin = /usr/local/mysql/bin/mysqladmin

log        = /tmp/mysql_multi.log

[mysqld] 

user=mysql 

basedir = /usr/local/mysql

sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES

key_buffer_size = 32M

wait_timeout=3600

max_allowed_packet = 200M

table_open_cache = 128

sort_buffer_size = 768K

net_buffer_length = 8K

read_buffer_size = 768K

read_rnd_buffer_size = 512K

myisam_sort_buffer_size = 8M

thread_cache_size = 16

query_cache_size = 16M

tmp_table_size = 32M

performance_schema_max_table_instances = 500

max_connections = 1000

max_connect_errors = 100

open_files_limit = 65535

[mysqld3306]

mysqld=mysqld 

mysqladmin=mysqladmin 

datadir=/data/mysql_3306/data

port=3306 

server_id=3306 

socket=/tmp/mysql_3306.sock 

log-output=file 

slow_query_log = 1 

long_query_time = 1 

slow_query_log_file = /data/mysql_3306/log/slow.log 

log-error = /data/mysql_3306/log/error.log 

binlog_format = mixed 

log-bin = /data/mysql_3306/log/mysql3306_bin 


innodb_file_per_table = 1

innodb_data_file_path = ibdata1:10M:autoextend

innodb_buffer_pool_size = 128M

innodb_log_file_size = 32M

innodb_log_buffer_size = 8M

innodb_flush_log_at_trx_commit = 1

innodb_lock_wait_timeout = 50

[mysqldump3306]

quick

max_allowed_packet = 1024M

[mysql3306]

no-auto-rehash

[myisamchk3306]

key_buffer_size = 32M

sort_buffer_size = 768K

read_buffer = 2M

write_buffer = 2M

[mysqlhotcopy3306]

interactive-timeout

[mysqld3307] 

mysqld=mysqld 

mysqladmin=mysqladmin 

datadir=/data/mysql_3307/data 

port=3307 

server_id=3307 

socket=/tmp/mysql_3307.sock 

log-output=file 

slow_query_log = 1 

long_query_time = 1 

slow_query_log_file = /data/mysql_3307/log/slow.log 

log-error = /data/mysql_3307/log/error.log 

binlog_format = mixed 

log-bin = /data/mysql_3307/log/mysql3307_bin

innodb_file_per_table = 1

innodb_data_file_path = ibdata1:10M:autoextend

innodb_buffer_pool_size = 128M

innodb_log_file_size = 32M

innodb_log_buffer_size = 8M

innodb_flush_log_at_trx_commit = 1

innodb_lock_wait_timeout = 50

[mysqldump3307]

quick

max_allowed_packet = 1024M

[mysql3307]

no-auto-rehash

[myisamchk3307]

key_buffer_size = 32M

sort_buffer_size = 768K

read_buffer = 2M

write_buffer = 2M

[mysqlhotcopy3307]

interactive-timeout

数据库初始化

# /usr/local/mysql/bin/mysqld --initialize --user=mysql --basedir=/usr/local/mysql --datadir=/data/mysql_3306/data


# /usr/local/mysql/bin/mysqld --initialize --user=mysql --basedir=/usr/local/mysql --datadir=/data/mysql_3307/data


# cp /usr/local/mysql/support-files/mysqld_multi.server /etc/init.d/mysqld_multi

# chmod +x /etc/init.d/mysqld_multi

# /etc/init.d/mysqld_multi start #启动多实例

# /etc/init.d/mysqld_multi report #查看多实例状态

修改数据库初始化密码

# mysql -S /tmp/mysql_3306.sock -p'xa+jl+)M2f/e'

mysql: [Warning] Using a password on the command line interface can be insecure.

Welcome to the MySQL monitor.  Commands end with ; or \g.

Your MySQL connection id is 3

Server version: 5.7.32-log

Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its

affiliates. Other names may be trademarks of their respective

owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> set password = 'Vvm!@#2020';

Query OK, 0 rows affected (0.00 sec)

mysql> exit

Bye

# mysql -S /tmp/mysql_3307.sock -p'I+e;jlw6B3qO'

mysql: [Warning] Using a password on the command line interface can be insecure.

Welcome to the MySQL monitor.  Commands end with ; or \g.

Your MySQL connection id is 3

Server version: 5.7.32-log

Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its

affiliates. Other names may be trademarks of their respective

owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> set password = 'Vvm!@#2020';

Query OK, 0 rows affected (0.00 sec)

mysql> exit

总结:1.二进制包不需要进行安装部署,只需解压和设置环境变量,最后数据库初始化即可完成数据库部署。

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

推荐阅读更多精彩内容