Additional instructions for Mariadb 10.3 (#9679)

In Debian buster (MariaDB 10.3) the command mysql_config needed by the python package mysqlclient was moved to the package 	libmariadb-dev-compat.
This commit is contained in:
eyager1 2019-06-24 06:16:35 -04:00 committed by Franck Nijhof
parent 763a1587aa
commit 1c9bb98678

View File

@ -196,7 +196,7 @@ homeassistant@homeassistant:~$ source /srv/homeassistant/bin/activate
(homeassistant) homeassistant@homeassistant:~$ pip3 install mysqlclient
```
For MariaDB you may have to install a few dependencies. If you're using MariaDB version 10.2, `libmariadbclient-dev` was renamed to `libmariadb-dev`; please install the correct package based on your MariaDB version.
For MariaDB you may have to install a few dependencies. If you're using MariaDB version 10.2, `libmariadbclient-dev` was renamed to `libmariadb-dev`. If you're using MariaDB 10.3, the package `libmariadb-dev-compat` must also be installed. Please install the correct packages based on your MariaDB version.
On the Python side we use the `mysqlclient`: