MYSQL创建远程用户并授权 创建user用户,密码为123456;并赋予mysql库的查询权限 create user 'user'@'%' identified by '123456'; 2023-06-13 · admin · MySQL · MySQL · 921 浏览