MySQL Forums
Forum List  »  Security

Locking SQL_MODE against client changes
Posted by: Bartosz Bednarowicz
Date: February 04, 2012 07:32PM

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.

Options: ReplyQuote


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.