WebLinuxStudy

导航

 

2022年12月13日

摘要: 一、第一种先使用CREATE USER命令创建用户,然后GRANT授权:1)CREATE创建用户命令:CREATE USER 'username'@'host' IDENTIFIED BY 'password'; 说明:username:创建的用户名host:指定该用户在哪个主机上可以登陆,如果是本 阅读全文
posted @ 2022-12-13 15:48 WebLinuxStudy 阅读(315) 评论(0) 推荐(0)
 
摘要: https://blog.csdn.net/xfw17397388089/article/details/126643160 阅读全文
posted @ 2022-12-13 11:57 WebLinuxStudy 阅读(96) 评论(0) 推荐(0)