MySQL Forums
Forum List  »  Newbie

Re: setting sql_mode in my.ini
Posted by: Rick James
Date: January 31, 2015 01:26PM

It needs to be in the [mysqld] group.

Check for errors in mysqld.err

Or try
init_connect = "sql_mode=TRADITIONAL"
and note that root does not perform 'init_connect' during connection startup.

Options: ReplyQuote


Subject
Written By
Posted
January 29, 2015 12:48PM
Re: setting sql_mode in my.ini
January 31, 2015 01:26PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.