会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
doraman
Never ever stop dreaming, never ever stop learning.
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
2019年7月1日
MYSQL8 常用操作
摘要: 开启root账号远程访问 方法1 mysql> CREATE USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY '123123'; //修改密码认证方式为mysql_native_password mysql> GRANT ALL ON
阅读全文
posted @ 2019-07-01 18:50 doraman
阅读(544)
评论(0)
推荐(0)
编辑
2018年9月1日
docker安装及常用命令
摘要: 一、仓库、镜像、容器 官方docker hub 官方:https://hub.docker.com/explore/ 常用docker 国内镜像源: 网易镜像中心:http://hub-mirror.c.163.com 阿里镜像中心:https://dev.aliyun.com Docker 官方中
阅读全文
posted @ 2018-09-01 18:03 doraman
阅读(13105)
评论(0)
推荐(1)
编辑
上一页
1
2
3
4