1. Question: I have been doing insert operations these days. The MySQL version is 5.7. Although the insert is successful, an error [Err] 1055 is reported. The details are as follows: 2.Solution: In the Linux environment, go to my.cnf with vim and add the following statement: sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES Finally save and exit, restart mysql 3. Testing See if it is solved You can see that there is no error. Summarize The above is the solution that I introduced to you when MySql successfully inserts data but reports [Err] 1055 error. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: Steps to use autoconf to generate Makefile and compile the project
>>: Example code of vue + element ui to realize player function
This article example shares the specific code of ...
Preface When the HTML structure of a page contain...
Often when we open foreign websites, garbled char...
The props of the component (props is an object) F...
The following is the code for building an ssh ser...
This article records the installation tutorial of...
Table of contents 1. What is two-way data binding...
Table of contents 1. Front-end leading process: 2...
background I am often asked about database transa...
When developing a web project, you need to instal...
Many people have been told how to compile from th...
Preface Many years ago, I was a newbie on the ser...
Netease Kanyouxi official website (http://kanyoux...
This article is intended to be a starting point f...
When you need to create an email in a shell scrip...