当前位置:网站首页>An error row size too large (& gt; 8126) occurs when MySQL's MyISAM engine switches to InnoDB
An error row size too large (& gt; 8126) occurs when MySQL's MyISAM engine switches to InnoDB
2022-06-10 19:50:00 【4xx. me】
MySql Of MyISAM Engine switching InnoDB Times wrong Row size too large (> 8126)
Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In current row format, BLOB prefix of 0 bytes is stored inline.
Row size too large (> 8126) An error may also occur when adding a field , The row size is not enough , You can solve this problem by enlarging the row size .
Modify online , Restart configuration failure
# Check the configuration
show variables like '%innodb_strict_mode%';
show variables like '%innodb_log_file_size%';
# Modify the configuration
set GLOBAL innodb_strict_mode=0
set GLOBAL innodb_log_file_size=128M If you are prompted that the variable is read-only , You need to restart from the modified configuration file /etc/my.cnf
Modify the configuration , Restart and take effect
innodb_strict_mode = 0
innodb_log_file_size = 128MModify table engine
alter table Table name engine=innodb;边栏推荐
- 100003 words, take you to decrypt the system architecture under the double 11 and 618 e-commerce promotion scenarios
- 在VR全景中如何添加聚合热点?内容模块如何添加?
- Does the giraffe's neck grow longer not because it eats leaves from high places? Scientists have found the answer in fossils 17million years ago
- 一文带你了解J.U.C的FutureTask、Fork/Join框架和BlockingQueue
- 2022.05.29 (lc_6078_rearranges characters to form target string)
- Design and development of hospital reservation registration platform based on JSP Zip (thesis + project source code)
- How to increase the monthly salary of software testing from 10K to 30K? Only automated testing can do it
- Logback exclude specified package / class / method log output
- Some questions often asked during the interview. Come and see how many correct answers you can get
- 大厂测试员年薪30万到月薪8K,吐槽工资太低,反被网友群嘲?
猜你喜欢
![[advanced C language] advanced pointer [Part 1]](/img/a7/7a6f5286307d80b553c11582cf1827.png)
[advanced C language] advanced pointer [Part 1]

Go language learning notes - cross domain configuration, global exception capture | web framework gin (IV)

In the all digital era, how can enterprise it complete transformation?

2022.05.28 (lc_5_longest palindrome substring)

MicroNet实战:使用MicroNet实现图像分类

Morris traversal of binary tree

APICloud可视化开发新手图文教程

Matlab draws ellipse code according to any angle, sampling points (resolution), position and size

【C语言进阶】指针的进阶【中篇】

100003字,带你解密 双11、618电商大促场景下的系统架构体系
随机推荐
Design and reality of JSP project laboratory management system based on SSM doc
Design and implementation of SSM based traffic metering cloud system Rar (thesis + project source code)
Basic model and properties of SAR echo signal
Multi channel signal data compression storage
TiDB - 快速入门,集群搭建
Prospect of database firewall technology [final chapter]
MySQL数据库设计概念(多表查询&事务操作)
一文详解EventMesh落地华为云的探索及实践
VR全景作品中各式各样的嵌入功能是如何做到的?
Office technical lecture: punctuation - Chinese - Daquan
Source code analysis of Tencent libco collaborative process open source library (II) -- persimmon starts from the soft pinch, and the sample code officially begins to explore the source code
如何查询 SAPGUI 屏幕上某个字段对应的数据库表存储
618 great promotion is coming, mining bad reviews with AI and realizing emotional analysis of 100 million comments with zero code
How is it safe for individuals to invest in financial management?
SQL statement to view the basic table structure and constraint fields, primary codes and foreign codes in the table (simple and effective)
2022 software test interview strategy for the strongest version of fresh students to help you get directly to the big factory
【 Web 】 page d'accueil personnelle 】 Programme d'études 】 albums de photos 】 babillard d'information 】
Source code analysis of Tencent libco collaboration open source library (III) -- Exploring collaboration switching process assembly register saving and efficient collaboration environment
Explain the interview questions by holding chestnuts (interview, review and study)
MicroNet实战:使用MicroNet实现图像分类