Merge pull request #158 from ke4qqq/patch-1
Adding php bindings to readme
This commit is contained in:
commit
1d10682423
1 changed files with 5 additions and 0 deletions
|
@ -56,6 +56,11 @@ Installs the mysql-client package.
|
|||
Installs mysql bindings for java.
|
||||
|
||||
class { 'mysql::java': }
|
||||
|
||||
### mysql::php
|
||||
Installs mysql bindings for php
|
||||
|
||||
class { 'mysql::php': }
|
||||
|
||||
### mysql::python
|
||||
Installs mysql bindings for python.
|
||||
|
|
Loading…
Reference in a new issue