Locking SQL_MODE against client changes
I'm pushing for use of MySQL where RDMS choices are considered. The sole argument against it is the possibility for clients to set a connection's SQL_mode regardless of the server-side setting.
What are the possibilities of eliminating this problem apart from setting up a MySQL Proxy filtering out sql_mode changes? I try to avoid Proxy since it doesn't support SSL connections, which in turn would force devs (and sysadmins) to use ssh accounts to talk to the server securely.
Subject
Views
Written By
Posted
Locking SQL_MODE against client changes
3220
February 04, 2012 07:32PM
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.