bennojoy / mysql

ansible role for mysql
150 stars 137 forks source link

Add the python-mysqldb package #13

Open shingara opened 10 years ago

shingara commented 10 years ago

The python-mysqld package ( on ubuntu ) is needed to do some task like : Get the current master servers replication status

It can be good to check before if this package is present or not.

gaastonsr commented 10 years ago

It is present https://github.com/bennojoy/mysql/blob/master/vars/Debian.yml

gaastonsr commented 10 years ago

Or is it that python-mysqld is different than python-mysqldb?