D. Strout
Resident IPv6 Proponent
I just reinstalled a VPS of mine (RamNode) and am trying to set up a LAMP stack. The server is running Ubuntu 12.10, so I ran
apt-get install apache2 php5 php5-curl php5-mcrypt php5-mysql mysql-client mysql-server
It retrieved the packages, then in "preconfiguring packages" the installer asked me for a new MySQL root PW. The first time I tried, the password had non-alphanumeric characters. I entered it and pressed enter for OK. The packages unpacked fine, then when it got to "setting up" the various packages, the process stopped, saying it could not set the new password, and I'd have to set the password after install. I figured it must be the different characters. Fine, I pressed enter for OK again. However, the install was frozen. It wouldn't proceed past this:
Setting up mysql-server-5.5 (5.5.31-0ubuntu0.12.10.1) ...
Ugh. I closed the SSH session and reinstalled the server again. I tried installing the LAMP stack again (same command), then when asked for a password entered an alphanumeric password. The exact same issue happened. When trying to set up the server, it could not set the password and froze after trying. Now what?
apt-get install apache2 php5 php5-curl php5-mcrypt php5-mysql mysql-client mysql-server
It retrieved the packages, then in "preconfiguring packages" the installer asked me for a new MySQL root PW. The first time I tried, the password had non-alphanumeric characters. I entered it and pressed enter for OK. The packages unpacked fine, then when it got to "setting up" the various packages, the process stopped, saying it could not set the new password, and I'd have to set the password after install. I figured it must be the different characters. Fine, I pressed enter for OK again. However, the install was frozen. It wouldn't proceed past this:
Setting up mysql-server-5.5 (5.5.31-0ubuntu0.12.10.1) ...
Ugh. I closed the SSH session and reinstalled the server again. I tried installing the LAMP stack again (same command), then when asked for a password entered an alphanumeric password. The exact same issue happened. When trying to set up the server, it could not set the password and froze after trying. Now what?