웹기술
ubuntu mysql 5.7 cnf 위치 및 mysql 5.7 strict_trans_tables 해제방법
IOT장난감
2017. 10. 22. 11:53
MySQL 5.7 my.cnf 위치
/etc/mysql/mysql.conf.d/mysqld.cnf
mysql 5.7 strict_trans_tables 해제방법
/etc/mysql/mysql.conf.d/mysqld.cnf 파일에서
[mysqld]
sql_mode=ONLY_FULL_GROUP_BY,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
넣어주고 재시작