Advertisement
Guest User

Untitled

a guest
Jun 5th, 2013
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.44 KB | None | 0 0
  1. #I've tried this with and without the "seen" lines
  2.  
  3. sudo su
  4.  
  5. echo "mysql-server-5.5 mysql-server/root_password password " | debconf-set-selections
  6. echo "mysql-server-5.5 mysql-server/root_password seen " | debconf-set-selections
  7. echo "mysql-server-5.5 mysql-server/root_password_again password " | debconf-set-selections
  8. echo "mysql-server-5.5 mysql-server/root_password_again seen " | debconf-set-selections
  9.  
  10. apt-get -y install mysql-server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement