mysql分配权限和查看权限
grant all privileges on *.* to [email protected] identified by ‘123456’;
show grants for ‘mantisuser’@’localhost’
mysql分配权限和查看权限
grant all privileges on *.* to [email protected] identified by ‘123456’;
show grants for ‘mantisuser’@’localhost’