Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 121 Bytes

mysql.md

File metadata and controls

12 lines (6 loc) · 121 Bytes
show grants 

show grants for user;

grant all privilege on db.table to root@localhost;`  

flush privileges;