From: Gergely Buday Date: May 6 2011 1:06pm Subject: non-interactive installation of mysql List-Archive: http://lists.mysql.com/mysql/224966 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Hi there, this might be not mysql question in the narrow sense but I hope somebody will be able to help me: I'm trying to install mysql-server non-interactively on a ubuntu box: remote 'echo mysql-server-5.1 mysql-server/root_password password "" | sudo debconf-set-selections' remote 'echo mysql-server-5.1 mysql-server/root_password_again password "" | sudo debconf-set-selections' remote sudo apt-get install -y mysql-server where remote is a shorthand for ssh and some server address. In spite of feeding that two parameters to debconf-set-selections, apt-get asks for the root password interactively. How can I avoid that? - Gergely