Merge "Update ubuntu-dev guide"
This commit is contained in:
commit
7e65e84fe1
@ -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
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user