环境变量设置
设置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查询语句中不区分大小写字符
所有服务正常连接数据库并启动
数据库传输同步