- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
学习 PHP/mySQL 等,当我使用 xampp 使用 phpmyadmin 创建表时,每一行都会出现此错误:
Warning in .\libraries\classes\Controllers\Table\TableStructureController.php#1339 Illegal string offset 'Data_length'
Backtrace
.\libraries\classes\Controllers\Table\TableStructureController.php#1278: PhpMyAdmin\Controllers\Table\TableStructureController->getTableStats() .\libraries\classes\Controllers\Table\TableStructureController.php#377: PhpMyAdmin\Controllers\Table\TableStructureController->displayStructure( array, array, array, , array, array, ) .\tbl_structure.php#57: PhpMyAdmin\Controllers\Table\TableStructureController->indexAction() Warning in .\libraries\classes\Controllers\Table\TableStructureController.php#1342 Illegal string offset 'Index_length' Backtrace
.\libraries\classes\Controllers\Table\TableStructureController.php#1278: PhpMyAdmin\Controllers\Table\TableStructureController->getTableStats() .\libraries\classes\Controllers\Table\TableStructureController.php#377: PhpMyAdmin\Controllers\Table\TableStructureController->displayStructure( array, array, array, , array, array, ) .\tbl_structure.php#57: PhpMyAdmin\Controllers\Table\TableStructureController->indexAction()
我似乎无法弄清楚,每当我尝试创建表时都会发生这种情况。我的表看起来像这样:
最佳答案
执行以下步骤:
打开你的 MySQL 配置文件:[drive]\xampp\mysql\bin\my.ini
或
在 XAMMP 面板的 MySQL 行 > config > my.ini
查找:# MySQL 服务器 [mysqld]
lower_case_table_names = 2
关于php - 表格每一行的非法字符串偏移量 'Data_length'/'Index_length',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55277978/
学习 PHP/mySQL 等,当我使用 xampp 使用 phpmyadmin 创建表时,每一行都会出现此错误: Warning in .\libraries\classes\Controllers\
MySQL 文档将 index_length 定义为“索引文件的长度”,但没有指定单位。是字节吗? http://dev.mysql.com/doc/refman/5.1/en/show-table-
我有一个 InnoDB 表。 mysql的版本是'5.1.66-0+squeeze1'。我想查看表格的大小。 SHOW TABLE STATUS LIKE "tablename" 我得到: 'tabl
我是一名优秀的程序员,十分优秀!