授权test用户拥有testDB数据库的所有权限(某个数据库的所有权限):

    xiaoxiao2021-12-14  18

    授权test用户拥有testDB数据库的所有权限(某个数据库的所有权限):    mysql>grant all privileges on testDB.* to test@localhost identified by '1234'; 格式:grant 权限 on 数据库.* to 用户名@登录主机 identified by "密码"; 
    转载请注明原文地址: https://ju.6miu.com/read-964346.html

    最新回复(0)