listen tcp 0.0.0.0:3306: bind: address already in use 提示我3306端口被占用了?

这个改哪里的呢

⠿ Container example-app_selenium_1 Running 0.0s
⠿ Container example-app_meilisearch_1 Running 0.0s
⠿ Container example-app_redis_1 Running 0.0s
⠿ Container example-app_mailhog_1 Running 0.0s
⠋ Container example-app_mysql_1 Starting 0.1s
Error response from daemon: Ports are not available: listen tcp 0.0.0.0:3306: bind: address already in use

《L05 电商实战》
从零开发一个电商项目,功能包括电商后台、商品 & SKU 管理、购物车、订单管理、支付宝支付、微信支付、订单退款流程、优惠券等
《L03 构架 API 服务器》
你将学到如 RESTFul 设计风格、PostMan 的使用、OAuth 流程,JWT 概念及使用 和 API 开发相关的进阶知识。
讨论数量: 4
netsh interface ipv4 show excludedportrange protocol=tcp
net stop winnat
netsh int ipv4 add excludedportrange protocol=tcp startport=3306 numberofports=1
net start winnat

windows的话 cmd可以尝试

3年前 评论
msmax (楼主) 3年前
Aroad (作者) 3年前

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!