美文网首页
MySQL数据安全

MySQL数据安全

作者: ggcoder | 来源:发表于2020-06-28 23:22 被阅读0次
    使用MySQL审计工具Audit

    https://www.jianshu.com/p/a0e0aec3cb6f
    注:下载地址:https://dl.bintray.com/mcafee/mysql-audit-plugin/

    给用户授予有限的权限
    REVOKE ALL PRIVILEGES, GRANT OPTION FROM user 
    grant select,insert,update,delete on *.* to sqluser@'%' identified by 'password' with grant option;
    

    相关文章

      网友评论

          本文标题:MySQL数据安全

          本文链接:https://www.haomeiwen.com/subject/eazgfktx.html