Created
January 27, 2021 02:44
-
-
Save tankibaj/610aeb3e0fb7bf7f8dd6c64799f9025a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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