Skip to content

Instantly share code, notes, and snippets.

@alesanabriav
Created November 3, 2014 22:47
Show Gist options
  • Save alesanabriav/b2a1e3baa86416589f7f to your computer and use it in GitHub Desktop.
Save alesanabriav/b2a1e3baa86416589f7f to your computer and use it in GitHub Desktop.
avoid prompt mysql installation
sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password password root'
sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password_again password root'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment