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
MySQL installation instructions MySQL is a relati...
1. First go to the official website https://www.p...
Experimental environment: 1. Three CentOS 7 serve...
mysql records time-consuming sql MySQL can record...
IE10 provides a quick clear button (X icon) and a ...
1. Question: I have been doing insert operations ...
Table of contents forEach() Method How to jump ou...
1. Simulate database data 1-1 Create database and...
Table of contents Directory Structure bin directo...
Table of contents Optimizing sorting queries Avoi...
Table of contents 2. Tried methods 2.1 keep-alive...
background When I was using Docker these two days...
Source: http://www.ruoyi.vip/ import Vue from ...
Table of contents Overview Global hook function R...
Table of contents 1. Introduction 2. Create a Vit...