当前位置:网站首页>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
边栏推荐
- Dead loop in FreeRTOS task function
- imgcat使用心得
- Vscode basic configuration
- ESP learning problem record
- RT-Thread的main线程“卡死”的一种可能原因及解决方案
- Arduino JSON data information parsing
- Variable parameter principle of C language function: VA_ start、va_ Arg and VA_ end
- Internet protocol details
- Détails du Protocole Internet
- C language callback function [C language]
猜你喜欢

Kaggle competition two Sigma connect: rental listing inquiries

Gallery's image browsing and component learning

E-commerce data analysis -- salary prediction (linear regression)

Analysis of charging architecture of glory magic 3pro

JS数组常用方法的分类、理解和运用

小天才电话手表 Z3工作原理

Working principle of genius telephone watch Z3

Pytorch four commonly used optimizer tests

A possible cause and solution of "stuck" main thread of RT thread

机器学习--线性回归(sklearn)
随机推荐
Time slice polling scheduling of RT thread threads
gcc 编译选项
ES6 grammar summary -- Part 2 (advanced part es6~es11)
电商数据分析--薪资预测(线性回归)
List and set
RT thread API reference manual
Keyword inline (inline function) usage analysis [C language]
[esp32 learning-1] construction of Arduino esp32 development environment
Pat 1097 duplication on a linked list (25 points)
程序员老鸟都会搞错的问题 C语言基础 指针和数组
Embedded startup process
Redis interview questions
[esp32 learning-2] esp32 address mapping
FTP file upload file implementation, regularly scan folders to upload files in the specified format to the server, C language to realize FTP file upload details and code case implementation
Esp8266 connects to bafayun (TCP maker cloud) through Arduino IED
Pytoch temperature prediction
js 变量作用域和函数的学习笔记
Linux Yum install MySQL
Common properties of location
I2C bus timing explanation