当前位置:网站首页>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
边栏推荐
- Get the position of the nth occurrence of the string
- JS regular expression basic knowledge learning
- (5) Introduction to R language bioinformatics -- ORF and sequence analysis
- Conditional probability
- [offer29] sorted circular linked list
- Navigator object (determine browser type)
- How to add music playback function to Arduino project
- Gateway fails to route according to the service name, and reports an error service unavailable, status=503
- Esp8266 connects to bafayun (TCP maker cloud) through Arduino IED
- 基于Redis的分布式ID生成器
猜你喜欢
Remember an experience of ECS being blown up by passwords - closing a small black house, changing passwords, and changing ports
Arduino JSON data information parsing
level16
Compilation principle: preprocessing of source program and design and implementation of lexical analysis program (including code)
基於Redis的分布式ID生成器
js 变量作用域和函数的学习笔记
Basic operations of databases and tables ----- modifying data tables
Naive Bayesian theory derivation
Basic operations of databases and tables ----- creating data tables
[Clickhouse kernel principle graphic explanation] about the collaborative work of partitioning, indexing, marking and compressed data
随机推荐
Unity scene jump and exit
(the first set of course design) 1-4 message passing interface (100 points) (simulation: thread)
HCIP Day 12
NRF24L01故障排查
Theoretical derivation of support vector machine
(课设第一套)1-5 317号子任务 (100 分)(Dijkstra:重边自环)
Esp8266 connects to bafayun (TCP maker cloud) through Arduino IED
JS variable types and common type conversions
Pat 1097 duplication on a linked list (25 points)
ES6 grammar summary -- Part 2 (advanced part es6~es11)
How to add music playback function to Arduino project
Database course design: college educational administration management system (including code)
Talking about the startup of Oracle Database
基於Redis的分布式ID生成器
Arduino JSON data information parsing
C programming exercise
Navigator object (determine browser type)
单片机蓝牙无线烧录
Lock wait timeout exceeded try restarting transaction
[899] ordered queue