Update recorder.markdown (#650)

Installs to get mysql working  (on ImportError: No module named 'MySQLdb' in hass startup).
This commit is contained in:
Thomas 2016-07-17 17:44:24 +02:00 committed by Fabian Affolter
parent f464d020ec
commit d341875bb0

View File

@ -41,3 +41,8 @@ Configuration variables:
| PostgreSQL | `postgresql://SERVER_IP/DB_NAME` |
| PostgreSQL | `postgresql://scott:tiger@SERVER_IP/DB_NAME` |
**Note**: For MySQL you may have to install a few dependencies:
```
$ apt-get install libmysqlclient-dev
$ pip3 install mysqlclient
```