information_schema shows quot;unknown table status: TABLE_TYPEquot; mysql phpmyadmin(information_schema 显示“未知表状态:TABLE_TYPE;mysql phpmyadmin)
问题描述
我在 linux web 服务器上安装了 phpmyadmin.
I have phpmyadmin installed on linux web server.
当我使用 root 用户登录 phpmyadmin 以查看 information_schema 并单击称为触发器的表时,然后在表结构的底部我看到这一行
WHen i log into phpmyadmin using root user to see information_schema and click on table called triggers then at the bottom of table structure i see this line
unknown table status: TABLE_TYPE
这是错误还是其他原因
推荐答案
好像是一个phpmyadmin 中的错误
我更新到了 3.4.0 版,消息不见了.
I updated to version 3.4.0 and the message is gone.
这篇关于information_schema 显示“未知表状态:TABLE_TYPE";mysql phpmyadmin的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:information_schema 显示“未知表状态:TABLE_TYPE";mysql phpmyadmin
基础教程推荐
- 使用 VBS 和注册表来确定安装了哪个版本和 32 位 2021-01-01
- ORA-01830:日期格式图片在转换整个输入字符串之前结束/选择日期查询的总和 2021-01-01
- CHECKSUM 和 CHECKSUM_AGG:算法是什么? 2021-01-01
- 带有WHERE子句的LAG()函数 2022-01-01
- while 在触发器内循环以遍历 sql 中表的所有列 2022-01-01
- MySQL 5.7参照时间戳生成日期列 2022-01-01
- 从字符串 TSQL 中获取数字 2021-01-01
- 带更新的 sqlite CTE 2022-01-01
- 如何在 CakePHP 3 中实现 INSERT ON DUPLICATE KEY UPDATE aka upsert? 2021-01-01
- MySQL根据从其他列分组的值,对两列之间的值进行求和 2022-01-01
