当前位置:网站首页>It has been solved by personal practice: MySQL row size too large (> 8126) Changing some columns to TEXT or BLOB or using ROW_ FORMAT
It has been solved by personal practice: MySQL row size too large (> 8126) Changing some columns to TEXT or BLOB or using ROW_ FORMAT
2022-07-06 12:41:00 【wx5caecf2ed0645】
Today, I am exporting the data of a database sql This problem occurs when executing in another library ,
Check that the current table type is innodb
find mysql Installation directory , Find the configuration file my.ini Make the following changes :
innodb_file_per_table=1
innodb_file_format=Barracuda
innodb_file_format_check = ON
innodb_log_file_size = 512M
innodb_strict_mode = 0
Unable to find self adding of related configuration . restart mysql The problem is solved
Above is innodb Storage engine solutions , See another solution on the Internet as follows :
Remove the ROW_FORMAT Set up , increase Engine=MyISAM , It probably means to use when creating tables MyISAM Storage engine
边栏推荐
- @Autowired 和 @Resource 的区别
- Theoretical derivation of support vector machine
- FairyGUI复选框与进度条的组合使用
- js 变量作用域和函数的学习笔记
- Latex learning
- How to add music playback function to Arduino project
- (课设第一套)1-5 317号子任务 (100 分)(Dijkstra:重边自环)
- Page performance optimization of video scene
- Acwing-116 pilot brother
- Working principle of genius telephone watch Z3
猜你喜欢
Redis based distributed ID generator
Learning notes of JS variable scope and function
Compilation principle: preprocessing of source program and design and implementation of lexical analysis program (including code)
Vscode basic configuration
Navigator object (determine browser type)
Guided package method in idea
(5) Introduction to R language bioinformatics -- ORF and sequence analysis
MySQL time, time zone, auto fill 0
FairyGUI摇杆
CUDA C programming authoritative guide Grossman Chapter 4 global memory
随机推荐
JS变量类型以及常用类型转换
基于Redis的分布式锁 以及 超详细的改进思路
[golang] leetcode intermediate - fill in the next right node pointer of each node & the k-smallest element in the binary search tree
Symbolic representation of functions in deep learning papers
The dolphin scheduler remotely executes shell scripts through the expect command
[leetcode19] delete the penultimate node in the linked list
[899] ordered queue
JS變量類型以及常用類型轉換
如何给Arduino项目添加音乐播放功能
JS regular expression basic knowledge learning
FairyGUI复选框与进度条的组合使用
First use of dosbox
Office prompts that your license is not genuine pop-up box solution
[leetcode19]删除链表中倒数第n个结点
JS 函数提升和var变量的声明提升
Who says that PT online schema change does not lock the table, or deadlock
Navigator object (determine browser type)
单片机蓝牙无线烧录
燕山大学校园网自动登录问题解决方案
Learning notes of JS variable scope and function