You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not all Python bindings for the chosen database engine can be installed directly. This section contains additional details which should help you to get it working.
101
103
102
-
### {% linkable_title MYSQL %}
104
+
### {% linkable_title MySQL %}
103
105
104
-
For MySQL you may have to install a few dependencies:
106
+
For MySQL you may have to install a few dependencies. You can choose between `pymysql` and `mysqlclient`:
105
107
106
108
```bash
107
109
$ sudo apt-get install libmysqlclient-dev
@@ -111,7 +113,7 @@ If you are in a virtual environment, don't forget to activate it before installi
111
113
112
114
```bash
113
115
pi@homeassistant:~ $ sudo -i
114
-
root@homeassistant:~# su homeassistant
116
+
root@homeassistant:~# su homeassistant
115
117
homeassistant@homeassistant:/root$ cd /srv/homeassistant/homeassistant_venv/
0 commit comments