Install keeps failing due to MySQL

4 posts / 0 new
Last post
#1 Wed, 06/27/2012 - 08:09
Monotoko

Install keeps failing due to MySQL

Hey there. I have just got a newly installed server with Ubuntu 12.04. I set my hostname then went and downloaded the install.sh script located here: http://software.virtualmin.com/gpl/scripts/install.sh

I set the script to executable and ran it, it said it was stable and supported 12.04 so I went ahead... However, MySQL seems to have got itself confused...here is my final output before it died: http://pastebin.com/CUWYZkZ1

I attempted to configure MySQL and run it again but it just comes up with the same issue...

Wed, 06/27/2012 - 08:20
Monotoko

Won't even let me start mysql now.... why is it trying to install mysql-server and mysql-server-5.5?! :S

Wed, 06/27/2012 - 09:16
andreychek

Howdy,

Both the mysql-server and mysql-server-5.5 packages should be installed -- one of those is the actual MySQL database, and the other is just an Ubuntu meta package.

The issue in your case seems to be that the mysql-server-5.5 isn't completing it's configuration properly.

What happens if you run this command:

dpkg --configure -all

If it asks you any questions, what question(s) is it asking?

-Eric

Wed, 06/27/2012 - 10:11
Monotoko

Hi Eric,

It was just asking me for the MySQL password, as it had several times before. Sadly didn't change anything, since it was a new install I went back to look at the server image and decided to try Debian 6, and the install script worked :)

Daniel

Topic locked