Skip to content

Commit

Permalink
Update 9_install_database.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bhushan authored May 14, 2021
1 parent 120a551 commit b0a7f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 9_install_database.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Now you can access mysql by `mysql -u root` notice we have remove root password

create `test` database for handy temporary database. `create database test;` to check `show databases;`.

install extensions for php development and testing `sudo apt-get install php-mysql sqlite3`
install extensions for php development and testing `sudo apt-get install php-mysql php-xml sqlite3`

0 comments on commit b0a7f83

Please sign in to comment.