GitHub user ygy opened a pull request:

    https://github.com/apache/incubator-brooklyn/pull/1157

    Additional security for MySQL

    - it changes the default of sql_mode to include "NO_AUTO_CREATE_USER"
    - it will prevent the GRANT statement from automatically creating new
    user accounts unless authentication information is specified.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ygy/incubator-brooklyn security/mysql

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-brooklyn/pull/1157.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1157
    
----
commit 10f5392d57107ebc70b75e40f97b54c34b5bfc78
Author: Yavor Yanchev <[email protected]>
Date:   2016-01-18T15:51:22Z

    Additional security for MySQL 
    
    - it changes the default of sql_mode to include "NO_AUTO_CREATE_USER"
    - it will prevent the GRANT statement from automatically creating new
    user accounts unless authentication information is specified.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to