Merge "Update ubuntu-dev guide"

This commit is contained in:
Jenkins 2015-07-20 15:33:01 +00:00 committed by Gerrit Code Review
commit 7e65e84fe1
2 changed files with 2 additions and 1 deletions

View File

@ -205,7 +205,7 @@ Install additional packages
:: ::
$ apt-get install libmysqlclient-dev $ apt-get install libmysqlclient-dev
$ pip install mysql-python $ pip install pymysql
Installing BIND9 Installing BIND9

View File

@ -64,6 +64,7 @@ MySQL
Create the MySQL user Create the MySQL user
:: ::
$ mysql -u root -p $ mysql -u root -p
Enter password: <enter your password here> Enter password: <enter your password here>