非root 安装mysql_非root用户二进制安装mysql 5.7.22

下载

wget https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.22-linux-glibc2.12-x86_64.tar.gz

创建用户和组及变更权限

groupadd mysql

useradd mysql -g mysql

passwd mysql

mkdir -p /u01

mkdir -p /data/mysql

mkdir -p /data/log

chown -R mysql:mysql /u01

chmod -R 775 /u01

chown -R  mysql:mysql /data

chmod -R 775 /data

[mysql@redis02 u01]$ ln -s mysql-5.7.22-linux-glibc2.12-x86_64 mysql

关闭防火墙以及setenforce

1 service iptables stop2 service iptables status3

4 setenforce 0

5 getinforce

生成基本my.cnf

1 [root@redis02 support-files]# cat /etc/my.cnf2 [mysqld]3 #GENERAL4 datadir=/data/mysql5 socket=/data/mysql/mysql.sock6 pid-file=/data/mysqld.pid7 user=mysql8 port=3306

9 default_storage_engine=InnoDB10 #INNODB11 innodb_buffer_pool_size =128M12 innodb_log_file_size=10M13 innodb_file_per_table=1

14 innodb_flush_method=O_DIRECT15 #MYISAM16 key_buffer_size=10M17 #LOGGING18 log-error=/data/log/mysql-error.log19 slow_query_log=1#是否启用慢查询日志,1为启用,0为禁用20 slow_query_log_file=/data/log/mysql-slow.log #指定慢查询日志文件的路径和名字,可使用绝对路径指定;默认值是'主机名_slow.log',位于datad21 #OTHER22 tmp_table_size=32M23 max_heap_table_size=32M24 #query_cache_type=0

25 #query_cache_size=0

26 max_connections=1000

27 thread_cache_size=100

28 #table_cache=100

29 open_files_limit=65535

30 [client]31 socket=/data/mysql/mysql.sock32 port=3306

33 user=root34 password=ocm123

初始化

10 [mysql@redis02 mysql]$ bin/mysqld --no-defaults --initialize --basedir=/u01/mysql --datadir=/data/mysql11 2019-05-27T08:32:11.102279Z 0 [Warning] Changed limits: max_open_files: 1024 (requested 5000)12 2019-05-27T08:32:11.102403Z 0 [Warning] Changed limits: table_open_cache: 431 (requested 2000)13 2019-05-27T08:32:11.102540Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation formore details).14 2019-05-27T08:32:11.691286Z 0 [Warning] InnoDB: New log files created, LSN=45790

15 2019-05-27T08:32:11.786458Z 0[Warning] InnoDB: Creating foreign key constraint system tables.16 2019-05-27T08:32:11.898076Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: ec740042-8059-11e9-8229-08002771e31b.17 2019-05-27T08:32:11.995089Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed'cannot be opened.18 2019-05-27T08:32:11.995972Z 1 [Note] A temporary password is generated for root@localhost: Y-0GncpD7RL,

生成rsa

1 [mysql@redis02 mysql]$ bin/mysql_ssl_rsa_setup2 Generating a 2048 bit RSA privatekey3 ...+++

4 ......................................................................+++

5 writing new private key to 'ca-key.pem'

6 -----

7 Generating a 2048 bit RSA privatekey8 .........................................................................+++

9 ......+++

10 writing new private key to 'server-key.pem'

11 -----

12 Generating a 2048 bit RSA privatekey13 .......................................................................+++

14 .................................+++

15 writing new private key to 'client-key.pem'

16 -----

运行mysql

1 [mysql@redis02 mysql]$ bin/mysqld_safe --user=mysql &

2 [1] 20623

3 [mysql@redis02 mysql]$ 2019-05-27T08:34:36.361814Z mysqld_safe Logging to '/data/log/mysql-error.log'.4 2019-05-27T08:34:36.388677Z mysqld_safe Starting mysqld daemon with databases from /data/mysql

使用临时密码登录修改root密码

1 [mysql@redis02 log]$ mysql -u root -p2 Enter password:3 Welcome to the MySQL monitor. Commands end with ; or \g.4 Your MySQL connection id is 2

5 Server version: 5.7.22-log6

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

9 Oracle is a registered trademark of Oracle Corporation and/or its10 affiliates. Other names may be trademarks of their respective11 owners.12

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

15 mysql> alter user 'root'@'localhost' identified by 'ocm123';16 Query OK, 0 rows affected (0.00sec)17

18 mysql>exit19 Bye

查看临时密码

grep 'temporary password' /data/log/mysql-error.log

脚本拷贝

1 [root@redis02 support-files]# ls2 magic mysqld_multi.server mysql-log-rotate mysql.server3 [root@redis02 support-files]# cp mysql.server /etc/init.d/mysqld

chmod mysql:mysql /etc/init.d/mysqld

重启mysql

/etc/init.d/mysqld restart

做测试时basedir 和 datadir概念没搞明白浪费很长时间

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值