mysql基本管理命令

select distinct concat('user:''',user,'''@''',host,''':') as query from mysql.user; 查看全部的用戶 show grants for 'username'@'%'; 或者:select * from mysql.user where user='username'; 查看某個用戶的權限 /* 建立新數據庫 hiber
相關文章
相關標籤/搜索