Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
chore: Fix install-mysql-8.0.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosPavajeau authored Feb 17, 2021
1 parent 7b49235 commit 424bec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-mysql-8.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sudo dpkg --install mysql-apt-config_0.8.10-1_all.deb
sudo apt-get update -q
sudo apt-get install -q -y --force-yes -o Dpkg::Options::=--force-confnew mysql-server
echo -e "[mysqld]\ndefault_authentication_plugin=mysql_native_password" | sudo tee --append /etc/mysql/my.cnf
sud /etc/init.d/mysql start
sudo /etc/init.d/mysql start
sudo mysql_upgrade

mysql --version

0 comments on commit 424bec0

Please sign in to comment.