标签:环境变量设置 登录异常 端口 mys ges rust 部署 sql查询语句 img
设置root用户的密码
create user ‘taishi‘@‘%‘ identified by ‘aransfar@123‘;
grant all privileges on *.* to ‘taishi‘@‘%‘ with grant option;
flush privileges;
ALTER USER ‘taishi‘@‘%‘ IDENTIFIED WITH mysql_native_password BY ‘aransfar@123‘;
set global log_bin_trust_function_creators=1;
处理mysql8在sql查询语句中不区分大小写字符
所有服务正常连接数据库并启动
数据库传输同步
标签:环境变量设置 登录异常 端口 mys ges rust 部署 sql查询语句 img
原文地址:https://www.cnblogs.com/yxh168/p/14281920.html