infaaf

wget https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm

yum -y localinstall mysql57-community-release-el7-11.noarch.rpm 

yum -y install mysql-community-server

 systemctl start mysqld

systemctl enable mysqld

 systemctl daemon-reload

grep temp /var/log/mysqld.log

mysql> ALTER USER \'root\'@\'localhost\' IDENTIFIED BY \'xxxx\';

 

[mysqld]

character_set_server=utf8

init_connect=\'SET NAMES utf8\'

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-12-29
  • 2021-06-07
  • 2021-10-02
  • 2022-12-23
  • 2021-07-07
  • 2021-07-19
  • 2022-12-23
猜你喜欢
  • 2022-02-07
  • 2021-07-23
  • 2022-12-23
  • 2021-05-07
  • 2021-12-26
  • 2021-12-08
  • 2021-04-22
相关资源
相似解决方案