Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 410 Bytes

readme.md

File metadata and controls

16 lines (12 loc) · 410 Bytes

#b9mysql

Installs and configures Percona MySQL Server.

By default the server is installed without a password. Just assign passwords using:

:passwords => {
  :root_password => '',
  :myadmin_password => '',
  :debian_password => '',
  :server_repl_password => ''
}

The user "myadmin" is the priveleged user we use to create all other db's and users allowing us to keep root locked to localhost.