syriasea
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by syriasea-
Between MySQL V5.5 and 5.7 MySQL started enforcing "strict mode". That may cause some SQL to fail. You can set the sql_mode = "" in /etc/my.cnf by adding: sql_mode="" Or updating it if the sql...