文章分类 -  数据库

摘要:ubuntu mysql8参:https://blog.csdn.net/qq_42488996/article/details/109472919 我用的是centos centos mysql安装:https://blog.csdn.net/qq_36582604/article/details 阅读全文
posted @ 2022-07-03 22:50 长情c 阅读(42) 评论(0) 推荐(0)
摘要:高版本修改用户权限方法: 先创建远程用户,再授权 mysql> create user 'root'@'%' identified by 'password'; Query OK, 0 rows affected (0.03 sec) mysql> grant all privileges on . 阅读全文
posted @ 2022-07-03 21:13 长情c 阅读(30) 评论(0) 推荐(0)