grant all(权限) on . (数据库.表) to dba(用户) @‘localhost’(访问者ip) identified by ‘passwork’ with grant option;
centos mysql 创建账号
最新推荐文章于 2025-05-29 17:45:56 发布
grant all(权限) on . (数据库.表) to dba(用户) @‘localhost’(访问者ip) identified by ‘passwork’ with grant option;