当前位置:网站首页>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
边栏推荐
- In 2020, the average salary of IT industry exceeded 170000, ranking first
- About using @controller in gateway
- FairyGUI摇杆
- ES6 grammar summary -- Part 2 (advanced part es6~es11)
- [Offer29] 排序的循环链表
- Pat 1097 duplication on a linked list (25 points)
- [Leetcode15]三数之和
- JS function promotion and declaration promotion of VaR variable
- [offer78]合并多个有序链表
- ESP8266连接onenet(旧版MQTT方式)
猜你喜欢
VSCode基础配置
Gravure sans fil Bluetooth sur micro - ordinateur à puce unique
Pytorch: tensor operation (I) contiguous
Idea problem record
Learning notes of JS variable scope and function
Derivation of logistic regression theory
Guided package method in idea
ES6 grammar summary -- Part I (basic)
Page performance optimization of video scene
js题目:输入数组,最大的与第一个元素交换,最小的与最后一个元素交换,输出数组。
随机推荐
Servlet
Database course design: college educational administration management system (including code)
数据库课程设计:高校教务管理系统(含代码)
Vscode basic configuration
ES6 grammar summary -- Part 2 (advanced part es6~es11)
编译原理:源程序的预处理及词法分析程序的设计与实现(含代码)
Learning notes of JS variable scope and function
SSD technical features
关于Gateway中使用@Controller的问题
Basic operations of databases and tables ----- view data tables
Gravure sans fil Bluetooth sur micro - ordinateur à puce unique
(课设第一套)1-5 317号子任务 (100 分)(Dijkstra:重边自环)
Theoretical derivation of support vector machine
2021.11.10汇编考试
History object
[offer29] sorted circular linked list
Arduino gets the length of the array
Design and implementation of general interface open platform - (39) simple and crude implementation of API services
(五)R语言入门生物信息学——ORF和序列分析
JS function promotion and declaration promotion of VaR variable