Skip to content

Instantly share code, notes, and snippets.

@faboo03
Last active August 8, 2016 09:56
Show Gist options
  • Save faboo03/7c3a940988418d7f2105496215b6a83b to your computer and use it in GitHub Desktop.
Save faboo03/7c3a940988418d7f2105496215b6a83b to your computer and use it in GitHub Desktop.
Notes d'installation

Remove error from mysqlServer 5.7

// Pour une session

mysql> SELECT @@sql_mode;
SET GLOBAL sql_mode=TRADITIONAL;

// Général : Dans le fichier mysql.conf.d/mysql.cnf 
[mysqld]

sql_mode = TRADITIONAL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment