Home > database >  How to prohibit the mysql skip authentication
How to prohibit the mysql skip authentication

Time:09-25

mysql allow users to: mysqld - nt - skip - grant - tables command, leap authentication, so as to modify the user, including the root password, this will bring certain security problems, how to ban users from doing this?

CodePudding user response:

Somebody else can do, is get the server permissions,
Limit is not allowed to perform only a part of the operation: https://blog.csdn.net/qq_39583463/article/details/81912021
  • Related