摘要:
1、环境 CentOS7、mysqld 8.0.19 2、登录数据库 #mysql -u root -p 2、修改root登录地址为%(任何IP) mysql> update user set host="%" where user='root'; 3、修改mysql_native_password 阅读全文
摘要:
安装包下载地址:https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.19-linux-glibc2.12-x86_64.tar.xz 1、检查环境 centos7默认安装mariadb,卸载命令: #rpm -qa | grep maria 阅读全文