Skip to content

Files

Latest commit

 

History

History
7 lines (6 loc) · 246 Bytes

mysql.md

File metadata and controls

7 lines (6 loc) · 246 Bytes

分配权限 GRANT

    GRANT ALL PRIVILEGES ON *.* TO 'weilong'@'192.168.3.94' IDENTIFIED BY 'mypwd' WITH GRANT OPTION;
    GRANT Select ON *.* TO 'weilong'@'172.30.%' IDENTIFIED BY "Wwl_Jumpbox_666";
    flush privileges;