Skip to content

Instantly share code, notes, and snippets.

@tankibaj
Created January 27, 2021 02:44
Show Gist options
  • Save tankibaj/610aeb3e0fb7bf7f8dd6c64799f9025a to your computer and use it in GitHub Desktop.
Save tankibaj/610aeb3e0fb7bf7f8dd6c64799f9025a to your computer and use it in GitHub Desktop.
echo "mysql-server mysql-server/root_password password pwd" | sudo debconf-set-selections
echo "mysql-server mysql-server/root_password_again password pwd" | sudo debconf-set-selections
sudo apt-get -y install mysql-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment