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

推荐订阅源

C
Check Point Blog
宝玉的分享
宝玉的分享
V
Visual Studio Blog
B
Blog RSS Feed
G
Google Developers Blog
U
Unit 42
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
P
Palo Alto Networks Blog
月光博客
月光博客
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
L
LINUX DO - 最新话题
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
小众软件
小众软件
GbyAI
GbyAI
L
LangChain Blog
A
About on SuperTechFans
Attack and Defense Labs
Attack and Defense Labs
T
Tor Project blog
AWS News Blog
AWS News Blog
S
Security @ Cisco Blogs
H
Hacker News: Front Page
S
SegmentFault 最新的问题
Engineering at Meta
Engineering at Meta
The Register - Security
The Register - Security
Recorded Future
Recorded Future
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Hacker News - Newest:
Hacker News - Newest: "LLM"
V2EX - 技术
V2EX - 技术
H
Heimdal Security Blog
Simon Willison's Weblog
Simon Willison's Weblog
Y
Y Combinator Blog
Spread Privacy
Spread Privacy
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
WordPress大学
WordPress大学
P
Privacy International News Feed
I
Intezer
W
WeLiveSecurity
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Help Net Security
Help Net Security
NISL@THU
NISL@THU
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
V
Vulnerabilities – Threatpost
N
News | PayPal Newsroom
Security Archives - TechRepublic
Security Archives - TechRepublic
Google DeepMind News
Google DeepMind News
The Hacker News
The Hacker News
L
Lohrmann on Cybersecurity
Schneier on Security
Schneier on Security

博客园 - 独孤俊杰

信息系统项目管理师第4版10大管理过程ITO整理 Elastic Stack 6.5安装:一、 在centos7中安装Logstash MySQL 5.7及以上解压缩版本配置安装 Jwplayer播放器:Could not load plugins: File not(转) windbg+vm双机调试 waiting to reconnect 无法连接问题,解决办法 Maximum execution time of 30 seconds exceeded解决办法 wamp server中配置php访问sqlsever php中遇到下列错误 ,Fatal error: Can't use function return value in write context,解决办法 apache服务通常启动,但打不开网页,提示Try using the Win32DisableAcceptEx directive (转) QR码生成原理(转) 安装winamp无法启动mysql,提示 [ERROR] wampmysqld: unknown variable 'table_cache=4100' 刚装的WIN7,用了一下午,记一下备忘 现在没有目标了,不知道该干什么了 电信禁止路由上网的最佳破解方法(转) meta 标签的作用 不同系统开启和关闭fso的方法(转) 安装SQLServer2000时,提示"以前的某个程序安装已在安装计算机上创建挂起的文件操作。运行安装程序之前必须重新启动计算机" - 独孤俊杰 - 博客园 加验证控件无法提交的问题解决方法 希腊字母以及发音
Cannot load from mysql.proc. The table is probably corrupted解决办法
独孤俊杰 · 2015-12-07 · via 博客园 - 独孤俊杰

文章来源:http://www.itokit.com/2012/0502/73723.html

今天在执行一个其他项目的数据库初始化sql脚本时,报了个这样的错:

Cannot load from mysql.proc. The table is probably corrupted

看了下报错行数,是一个CREATE FUNCTION语句,上网搜了下,说是执行下mysql_upgrade命令就可以了。

#mysql_upgrade -u root -p

输入密码后,执行完会有一些输出,但最后输出了一串OK 。

说明已经执行成功,再重试下,一切正常啦。