I would like to create a script to install MySQL (unattended, or non-interactive or what ever you'd like to call it). The problem is right now if I enter "apt-get -y install mysql-server-5.0" I get the whiptail (blue) configuration screen asking for my desired password. I've dug through the man pages on apt-get, dpkg (and family) and wajig, I've also spent a few hours googling. I simply can't find any directions on how to get rid of this configuration question, or "pre-fill" it.
Any suggestions? Thanks...