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
基础教程推荐
- 如何在 SQL 中将 Float 转换为 Varchar 2021-01-01
- mysql选择动态行值作为列名,另一列作为值 2021-01-01
- 如何根据该 XML 中的值更新 SQL 中的 XML 2021-01-01
- MySQL 中的类型:BigInt(20) 与 Int(20) 2021-01-01
- 在多列上分布任意行 2021-01-01
- 什么是 orradiag_<user>文件夹? 2022-01-01
- 二进制文件到 SQL 数据库 Apache Camel 2021-01-01
- oracle区分大小写的原因? 2021-01-01
- 在 MySQL 中:如何将表名作为存储过程和/或函数参数传递? 2021-01-01
- 表 './mysql/proc' 被标记为崩溃,应该修复 2022-01-01
