diff --git a/doc/source/install/ubuntu-dev.rst b/doc/source/install/ubuntu-dev.rst index 4060e398a..29dd40488 100644 --- a/doc/source/install/ubuntu-dev.rst +++ b/doc/source/install/ubuntu-dev.rst @@ -205,7 +205,7 @@ Install additional packages :: $ apt-get install libmysqlclient-dev - $ pip install mysql-python + $ pip install pymysql Installing BIND9 diff --git a/doc/source/install/ubuntu-juno.rst b/doc/source/install/ubuntu-juno.rst index c1195ac18..81092fd72 100644 --- a/doc/source/install/ubuntu-juno.rst +++ b/doc/source/install/ubuntu-juno.rst @@ -64,6 +64,7 @@ MySQL Create the MySQL user :: + $ mysql -u root -p Enter password: