1.修改默认添加用户权限为User,而非Powers User: 在/portal-master/portal-impl/src/portal.properties文件中有如下配置: # # Input a list of default role names separated by \n characters that are # associated with newly created users. # admin.default.role.names=Power User\nUser
//登录MYSQLmysql -u root -p//创建用户insert into mysql.user(Host,User,Password) values(‘localhost’,'jeecn’,password(‘jeecn’));//刷新系统权限表flush privileges; grant select,insert,update,delete,create,drop on zhengxin.*to [email protected]27.0.0.1 identified by ‘