惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
月光博客
月光博客
B
Blog RSS Feed
C
Check Point Blog
WordPress大学
WordPress大学
T
Tailwind CSS Blog
GbyAI
GbyAI
H
Help Net Security
Y
Y Combinator Blog
I
InfoQ
雷峰网
雷峰网
阮一峰的网络日志
阮一峰的网络日志
小众软件
小众软件
美团技术团队
博客园 - 三生石上(FineUI控件)
MongoDB | Blog
MongoDB | Blog
Jina AI
Jina AI
A
About on SuperTechFans
G
Google Developers Blog
爱范儿
爱范儿
F
Fortinet All Blogs
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
U
Unit 42
人人都是产品经理
人人都是产品经理

博客园 - Lafite-1820

linux 常用的命令 mac m1 使用vpn之后浏览器连不上网处理 - Lafite-1820 Opus 4.6 真的用不起了!我换成了国产 M2.5,实测真香!! 5分钟搭建完整后端服务,这款开源的快速开发神器太牛了! 高并发IoT监控系统的Go实践:Goroutine池设计与并发安全指南 服务器设置成美国时间 Linux crond nginx 配置 PostgreSQL 为什么不选择 B+ 树索引? 秒杀系统的架构(Golang 实现) nginx 配置 git 突然 403 Vue 项目接入Google第三方登录的详细流程 mysql 添加账号 [HY000][1366] Incorrect string value: '\xF0\x9F\x8C\x9F",...' ; - Lafite-1820 mac 外接硬盘系统软件 linux 常用命令 crontab 半小时执行一次 mac berw 安装deepseek linux mv 限时文件个数
mysql mac m1 报错处理
Lafite-1820 · 2025-10-20 · via 博客园 - Lafite-1820
dyld[14259]: Library not loaded: /opt/homebrew/opt/protobuf@29/lib/libprotobuf-lite.29.4.0.dylib 
  Referenced from: <5EC44067-ECA9-386B-BDCE-0482423EC206> /opt/homebrew/Cellar/mysql/9.3.0/bin/mysqld
  Reason: tried: '/opt/homebrew/opt/protobuf@29/lib/libprotobuf-lite.29.4.0.dylib' (no such file), 
  '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/protobuf@29/lib/libprotobuf-lite.29.4.0.dylib' (no such file), 
  '/opt/homebrew/opt/protobuf@29/lib/libprotobuf-lite.29.4.0.dylib' (no such file), 
  '/opt/homebrew/Cellar/protobuf@29/29.5_1/lib/libprotobuf-lite.29.4.0.dylib' (no such file), 
  '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/Cellar/protobuf@29/29.5_1/lib/libprotobuf-lite.29.4.0.dylib' (no such file),
  '/opt/homebrew/Cellar/protobuf@29/29.5_1/lib/libprotobuf-lite.29.4.0.dylib' (no such file)

重新安装 MySQL 以确保依赖正确关联:

brew reinstall mysql

完成后重新启动 MySQL 服务:

brew services restart mysql