Skip to content

Commit

Permalink
MariaDB fails to finish installing, so run mysql_install_db to clean …
Browse files Browse the repository at this point in the history
…up after it
  • Loading branch information
thegreatsunra committed Dec 28, 2018
1 parent dc27c13 commit 21722c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/manual-commands.sh.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ sudo passwd __REPLACE_THIS_TEXT_WITH_YOUR_ACTUAL_USERNAME__

## Don't enter a password because we'll enter one later, even though it asks three times
sudo apt install -y mariadb-server php7.3-mysql
sudo mysql_install_db

## Secure the mysql installation
## Steps for the following task
Expand Down

0 comments on commit 21722c2

Please sign in to comment.