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
1.创建数据库 create database sys_admin default charset utf8;
2.导入database/sys_admin.sql
3.grant all privileges on sys_admin.* to user_sys_admin@'%' IDENTIFIED by 'pwd_sys_admin123456';