摘要:
使用3310端口即可解决 docker run --name=my_container -dp 3310:3306 mysql/mysql-server 参考:https://stackoverflow.com/questions/66660829/error-2013-when-trying-to 阅读全文
posted @ 2023-01-11 14:19 一佳一 阅读(282) 评论(0) 推荐(0)
|
||
摘要:
使用3310端口即可解决 docker run --name=my_container -dp 3310:3306 mysql/mysql-server 参考:https://stackoverflow.com/questions/66660829/error-2013-when-trying-to 阅读全文
posted @ 2023-01-11 14:19 一佳一 阅读(282) 评论(0) 推荐(0)
摘要:
WSL Ubuntu 使用systemctl 报错时候 可以用sysvinit 语法代替 例如 systemctl start docker 需要替换成 service docker start 参考: https://linuxhandbook.com/system-has-not-been-bo 阅读全文
posted @ 2023-01-11 10:21 一佳一 阅读(3078) 评论(0) 推荐(1) |
||