docker mysql容器创建用户密码
进入 mysql5.7 容器 sudo docker exec -it mysql5.7 bash mysql -uroot -p123456 创建用户,密码随意 mysql> create user '239239'@'%' identified by '123456'; mysql> grant all privileges on …
2022-5-17 20:56
|
2,538
|
|
24 字
|
几秒读完
使用Caddy2作为文件服务器
Caddyfilehttp://yourdomain.com { basicauth { bob xDJhJDEwJEVoOWxYTmY5eVdCbXhhRC95SGZoYxU0bVQvaXhyamdLRkxKdUlPSHhLVFY0RWNlRDN5eDx2 } file_server { root /home/share browse }}其中密…
2022-5-15 10:22
|
2,546
|
|
10 字
|
1 分钟内
github国内设置
git config --global url.https://xx.xx.xx/.insteadof https:// 增加 git config --global --unset url.https://xx.xx.xx/.insteadof https:// 取消 git config --global --list 检查 xx.xx.xx …
2022-5-12 12:58
|
2,551
|
|
13 字
|
几秒读完