内容简介:问题是由于表中包含大写字符.我切换到表和字段名称中的所有小写字符,问题消失了.翻译自:https://stackoverflow.com/questions/29330472/phpmyadmin-undefined-index-rows
我在使用phpMyAdmin时收到以下错误.每次我创建任何表时都会发生这种情况.
Notice in ./libraries/structure.lib.php#1881 Undefined index: Rows Backtrace ./libraries/structure.lib.php#2382: getHtmlForRowStatsTable( array, NULL, boolean false, boolean false, string '', string '', ) ./libraries/display_structure.inc.php#263: PMA_getHtmlForDisplayTableStats( string '', NULL, NULL, boolean false, NULL, string '?db=btc_orders&table=Rep&token=09aa3ad5cb85e33dad2a2098ed2874e2&goto=tbl_structure.php&back=tbl_structure.php', NULL, ) ./tbl_structure.php#163: require_once(./libraries/display_structure.inc.php)
它只发生在PHPMyAdmin中的一个Datadase上,没有任何错误弹出任何其他数据库.
我删除了所有表并再次完成它们,每次添加新表时仍然会出现错误.
问题是由于表中包含大写字符.我切换到表和字段名称中的所有小写字符,问题消失了.
翻译自:https://stackoverflow.com/questions/29330472/phpmyadmin-undefined-index-rows
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Django如何自定义model创建数据库索引的顺序
- MySQL索引使用说明(单列索引和多列索引)
- Elasticsearch索引的基本操作(3)-索引的滚动索引
- Coreseek 增量索引模拟实时索引
- Coreseek 增量索引模拟实时索引
- MySQL高效索引之覆盖索引
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
The Little MLer
Matthias Felleisen、Daniel P. Friedman、Duane Bibby、Robin Milner / The MIT Press / 1998-2-19 / USD 34.00
The book, written in the style of The Little Schemer, introduces instructors, students, and practicioners to type-directed functional programming. It covers basic types, quickly moves into datatypes, ......一起来看看 《The Little MLer》 这本书的介绍吧!