Skip to content

Drop-in sa-mysql compatible repository that installs mysql 5.6 on xenial systems. (By default set to 5.7 at a moment)

Notifications You must be signed in to change notification settings

softasap/sa-mysql56

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sa-mysql56

Build Status

Drop-in sa-mysql compatible repository that installs mysql 5.6 on xenial systems. (By default set to 5.7 at a moment)

Example of usage (all parameters are optional)

Simple

  roles:
    - {
        role: "sa-mysql56"
      }

Advanced:

  roles:
    - {
        role: "sa-mysql56",
        mysql_root_user: root,
        mysql_root_password: devroot,
      - mysql_databases:
        - name: app_db
          encoding: utf8
          collation: utf8_general_ci
      - mysql_users:
        - name: app_user
          host: "%"
          password: dYud8LHBBptGN96LSn0e
          priv: "app_db.*:ALL"
      }

Copyright and license

Code is dual licensed under the [BSD 3 clause] (https://opensource.org/licenses/BSD-3-Clause) and the [MIT License] (http://opensource.org/licenses/MIT). Choose the one that suits you best.

Subscribe for roles updates at [FB] (https://www.facebook.com/SoftAsap/)

About

Drop-in sa-mysql compatible repository that installs mysql 5.6 on xenial systems. (By default set to 5.7 at a moment)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages