Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/posts/160528-install-mysql-ubuntu-1604.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ We need to install the `mysql-server` package, which downloads the required
files, configures the initial database set up and handles running MySQL
as a system service. Run this `apt` command to get the process started.

sudo apt-get install mysql
sudo apt-get install mysql-server

Enter 'y' when prompted with whether or not you want to install the
new package.
Expand Down