当前位置:网站首页>Mysqldump error1066 error solution
Mysqldump error1066 error solution
2022-07-06 12:11:00 【wx5caecf2ed0645】
mysqldump Export database error
mysqldump --databases tsconsole>/data/tsconsolebak.sql
Wrong content :
mysqldump: Got error: 1066: Not unique table/alias: 'act_evt_log' when using LOCK TABLES
Method 1:
Add parameter --single-transaction Normal export ( Tested )
mysqldump --single-transaction --databases tsconsole>/data/tsconsole180814.sql
Method 2:
take /etc/my.cnf Of
lower_case_table_names=1 Add notes
restart mysql, Perform export
边栏推荐
- C语言函数之可变参数原理:va_start、va_arg及va_end
- Comparison of solutions of Qualcomm & MTK & Kirin mobile platform USB3.0
- Pytorch-温度预测
- Dependency in dependencymanagement cannot be downloaded and red is reported
- Arduino get random number
- Navigator object (determine browser type)
- 机器学习--决策树(sklearn)
- Keyword inline (inline function) usage analysis [C language]
- C语言回调函数【C语言】
- Comparaison des solutions pour la plate - forme mobile Qualcomm & MTK & Kirin USB 3.0
猜你喜欢
arduino UNO R3的寄存器写法(1)-----引脚电平状态变化
E-commerce data analysis -- salary prediction (linear regression)
Basic operations of databases and tables ----- classification of data
Priority inversion and deadlock
Machine learning -- linear regression (sklearn)
数据分析之缺失值填充(重点讲解多重插值法Miceforest)
PyTorch四种常用优化器测试
【ESP32学习-1】Arduino ESP32开发环境搭建
R & D thinking 01 ----- classic of embedded intelligent product development process
Apprentissage automatique - - régression linéaire (sklearn)
随机推荐
电商数据分析--用户行为分析
Unit test - unittest framework
Arduino gets the length of the array
JS正则表达式基础知识学习
Dead loop in FreeRTOS task function
Several declarations about pointers [C language]
Common properties of location
Analysis of charging architecture of glory magic 3pro
open-mmlab labelImg mmdetection
XML file explanation: what is XML, XML configuration file, XML data file, XML file parsing tutorial
List and set
There are three iPhone se 2022 models in the Eurasian Economic Commission database
Embedded startup process
Vscode basic configuration
共用体(union)详解【C语言】
inline详细讲解【C语言】
关键字 inline (内联函数)用法解析【C语言】
优先级反转与死锁
高通&MTK&麒麟 手機平臺USB3.0方案對比
Basic operations of databases and tables ----- creating data tables