更新时间: 2023-12-28 15:58:30#mysql8 安装完后的初始化 远程访问create user 'root'@'%' identified by "admin123" GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION; FLUSH PRIVILEGES; 允许远程工具Sequel等访问