information_schema 显示“未知表状态:TABLE_TYPE";mysql phpmyadmin

information_schema shows quot;unknown table status: TABLE_TYPEquot; mysql phpmyadmin(information_schema 显示“未知表状态:TABLE_TYPE;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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Hibernate reactive No Vert.x context active in aws rds(AWS RDS中的休眠反应性非Vert.x上下文处于活动状态)
Bulk insert with mysql2 and NodeJs throws 500(使用mysql2和NodeJS的大容量插入抛出500)
Flask + PyMySQL giving error no attribute #39;settimeout#39;(FlASK+PyMySQL给出错误,没有属性#39;setTimeout#39;)
auto_increment column for a group of rows?(一组行的AUTO_INCREMENT列?)
Sort by ID DESC(按ID代码排序)
SQL/MySQL: split a quantity value into multiple rows by date(SQL/MySQL:按日期将数量值拆分为多行)