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

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hacker News: Front Page
P
Palo Alto Networks Blog
T
ThreatConnect
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
T
True Tiger Recordings
P
Privacy & Cybersecurity Law Blog
B
Blog
IT之家
IT之家
Last Week in AI
Last Week in AI
F
Full Disclosure
Hacker News: Ask HN
Hacker News: Ask HN
C
Comments on: Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Cybersecurity and Infrastructure Security Agency CISA
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
N
News and Events Feed by Topic
NISL@THU
NISL@THU
腾讯CDC
雷峰网
雷峰网
Security Latest
Security Latest
李成银的技术随笔
M
Microsoft Research Blog - Microsoft Research
L
LangChain Blog
L
Lohrmann on Cybersecurity
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
C
Check Point Blog
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
博客园 - Franky
N
News | PayPal Newsroom
V
V2EX
A
About on SuperTechFans
The Register - Security
The Register - Security
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google Online Security Blog
Google Online Security Blog
MyScale Blog
MyScale Blog
Cisco Talos Blog
Cisco Talos Blog
Vercel News
Vercel News
WordPress大学
WordPress大学
C
Cyber Attacks, Cyber Crime and Cyber Security
The Hacker News
The Hacker News
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
爱范儿
爱范儿
A
Arctic Wolf
L
LINUX DO - 最新话题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

博客园 - 独孤俊杰

信息系统项目管理师第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 。

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