Skip to content

beyond9/b9mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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.

About

Install latest Percona MySQL server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages