You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATEUSER 'app_user_dev'@'192.168.%' IDENTIFIED WITH mysql_native_password BY '<密码>'; -- 创建用户grant all privileges on<database>.* to 'app_user_dev'@'192.168.%'; -- 授权