mysql如何实现用户创建

这篇文章主要介绍MySQL如何实现用户创建,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!

创新互联建站主营新市网站建设的网络公司,主营网站建设方案,重庆App定制开发,新市h5成都小程序开发搭建,新市网站营销推广欢迎新市等地区企业咨询

mysql> create database test;

Query OK, 1 row affected (0.00 sec)

mysql> 

mysql> create user 'chenyj'@'*' identified by 'chenyj';

Query OK, 0 rows affected (0.01 sec)

mysql> 

mysql> grant all on test.* to chenyj@'*';

Query OK, 0 rows affected (0.00 sec)

mysql> flush privileges;

Query OK, 0 rows affected (0.01 sec)

mysql> 

mysql> grant all on test.* to 'chenyj'@'*';

Query OK, 0 rows affected (0.01 sec)

mysql> grant connect to 'chenyj'@'*';

ERROR 3523 (HY000): Unknown authorization ID `connect`@`%`

mysql> 

mysql> create user 'chenyj'@'%' identified by 'chenyj';

Query OK, 0 rows affected (0.01 sec)

mysql> 

mysql> grant all on test.* to 'chenyj'@'%';

Query OK, 0 rows affected (0.01 sec)

mysql> flush privileges;

Query OK, 0 rows affected (0.00 sec)

测试:

[root@mysql8-01 ~]# mysql -h localhost -u chenyj -p

Enter password: 

ERROR 1045 (28000): Access denied for user 'chenyj'@'localhost' (using password: YES)

[root@mysql8-01 ~]# 

[root@mysql8-01 ~]# mysql -h localhost -u chenyj -p

Enter password: 

ERROR 1045 (28000): Access denied for user 'chenyj'@'localhost' (using password: YES)

[root@mysql8-01 ~]# mysql -h localhost -u chenyj -p

Enter password: 

ERROR 1045 (28000): Access denied for user 'chenyj'@'localhost' (using password: YES)

[root@mysql8-01 ~]# 

[root@mysql8-01 ~]# mysql -h localhost -u chenyj -p

Enter password: 

Welcome to the MySQL monitor.  Commands end with ; or \g.

Your MySQL connection id is 13

Server version: 8.0.14 MySQL Community Server - GPL

Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its

affiliates. Other names may be trademarks of their respective

owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> 

mysql> 

需要注意的是通配符应该采用'%'

以上是“mysql如何实现用户创建”这篇文章的所有内容,感谢各位的阅读!希望分享的内容对大家有帮助,更多相关知识,欢迎关注创新互联行业资讯频道!


当前标题:mysql如何实现用户创建
文章转载:http://bzwzjz.com/article/gooede.html

其他资讯

Copyright © 2007-2020 广东宝晨空调科技有限公司 All Rights Reserved 粤ICP备2022107769号
友情链接: 温江网站设计 成都网站设计 成都网站制作 攀枝花网站设计 四川成都网站建设 重庆企业网站建设 营销型网站建设 成都网站制作 成都企业网站设计 成都品牌网站设计 企业手机网站建设 成都网站建设 响应式网站建设 成都h5网站建设 成都网站设计 网站制作 网站设计制作 成都网站建设 高端品牌网站建设 成都网站建设 网站制作 成都网站建设