Update recorder.markdown (#650)
Installs to get mysql working (on ImportError: No module named 'MySQLdb' in hass startup).
This commit is contained in:
parent
f464d020ec
commit
d341875bb0
1 changed files with 5 additions and 0 deletions
|
@ -41,3 +41,8 @@ Configuration variables:
|
||||||
| PostgreSQL | `postgresql://SERVER_IP/DB_NAME` |
|
| PostgreSQL | `postgresql://SERVER_IP/DB_NAME` |
|
||||||
| PostgreSQL | `postgresql://scott:tiger@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
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue