Giter Site home page Giter Site logo

crucialcloudhosting / mysql-formula Goto Github PK

View Code? Open in Web Editor NEW

This project forked from saltstack-formulas/mysql-formula

0.0 2.0 0.0 500 KB

Install the MySQL client and/or server

Home Page: http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html

License: Other

mysql-formula's Introduction

mysql

Install the MySQL client and/or server.

Available states

Meta-state that includes all server packages in the correct order.

Install the MySQL client package.

Install the MySQL server package and start the service.

Debian OS family supports setting MySQL root password during install via debconf.

Note

If no root password is provided in the pillar, a random one will be created. As-of Hydrogen, this password uses the Python random module via test.rand_str. As random is considered cryptographically insecure, future formula versions should use the newly available random.get_str method.

Create and manage MySQL databases.

Install mysql python bindings.

Create and manage MySQL database users with definable GRANT privileges.

The state accepts MySQL hashed passwords or clear text. Hashed password have priority.

Note

See the salt.states.mysql_user docs for additional information on configuring hashed passwords.

Make sure to quote the passwords in the pillar so YAML doesn't throw an exception.

mysql-formula's People

Contributors

whiteinge avatar techhat avatar thatch45 avatar gravyboat avatar stp-ip avatar madflojo avatar utahdave avatar terminalmage avatar taishinet avatar natehouk avatar slawekp avatar

Watchers

James Cloos avatar Matt Herrmann avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.