diff --git a/source/_components/recorder.markdown b/source/_components/recorder.markdown index 989f984a360..2f2fd934377 100644 --- a/source/_components/recorder.markdown +++ b/source/_components/recorder.markdown @@ -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 +```