会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
pyt123456
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
mysql
MySQL创建新用户用户远程连接
摘要:create user 'username' identified by 'password'; grant all privileges on *.* to 'username'@'host'; flush privileges;
阅读全文
posted @
2022-02-18 14:07
pyt123456
阅读(70)
评论(0)
推荐(0)
Liunx 上卸载Mysql 8.0
摘要:1.查看服务状态 service mysqld status 2.停止服务 service mysqld stop 3.rpm软件包 3.1查询 rpm -qa|grep -i mysql 3.2删除 rpm -ev mysql-community-client-8.0.28-1.el7.x86_6
阅读全文
posted @
2022-02-17 14:22
pyt123456
阅读(67)
评论(0)
推荐(0)
公告