Commit a0afd64386d6b288ed5e5a5d0930234d5d4cbc15

Authored by Guilherme Del Cantoni
1 parent 60afaa97
Exists in master

Adicionado aspas em configuração para compatibilizar com MySQL Server 5.7

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
mysql/assets/my.cnf
... ... @@ -25,8 +25,8 @@ socket=/var/lib/mysql/mysql.sock
25 25 symbolic-links=0
26 26  
27 27 # Recommended in standard MySQL setup
28   -# sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
29   -sql-mode=STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
  28 +# sql_mode="NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
  29 +sql-mode=STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
30 30 max_allowed_packet=268435456
31 31  
32 32 [mysqld_safe]
... ...