mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
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
@ -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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user