MySql 5.7.29 for ubuntu linux no_zero_date problem when inserting timestamp and group_by_Id problem solving
Get rid of of this annoyable error in mysql 5.7 server on ubuntu:
https://www.sitepoint.com/quick-tip-how-to-permanently-change-sql-mode-in-mysql/
We can add "sql_mode" to this file on ubuntu 18.04
Location :
sudo nano /etc/mysql/mysql.conf.d/mysqld.cnf
https://www.sitepoint.com/quick-tip-how-to-permanently-change-sql-mode-in-mysql/
We can add "sql_mode" to this file on ubuntu 18.04
Location :
sudo nano /etc/mysql/mysql.conf.d/mysqld.cnf
Comments
Post a Comment