Results 1 to 2 of 2
I'm trying to install mysql-server.
I enter the "sudo apt-get install mysql-server" command. The following install process reads:
Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
...
- 12-02-2009 #1
dpkg issue installing mysql-server
I'm trying to install mysql-server.
I enter the "sudo apt-get install mysql-server" command. The following install process reads:
The install locks up at this point. My processor continually cranks away but never finishes the installation. I have to reboot to get out of it.Code:Reading package lists... Done Building dependency tree Reading state information... Done mysql-server is already the newest version. The following packages were automatically installed and are no longer required: linux-headers-2.6.28-11-generic linux-headers-2.6.28-11 Use 'apt-get autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2 not fully installed or removed. After this operation, 0B of additional disk space will be used. Setting up mysql-server-5.0 (5.1.30really5.0.75-0ubuntu10.2) ... * Stopping MySQL database server mysqld [ OK ] * Reloading AppArmor profiles ... [ OK ] * Starting MySQL database server mysqld [ OK ] * Checking for corrupt, not cleanly closed and upgrade needing tables.
I've tried "purging" mysql-server using:
This doesn't appear to make any difference. Not sure where to go from here.Code:dkpg --purge --force-all mysql-server
Any help would be appreciated!
- 02-16-2010 #2Just Joined!
- Join Date
- May 2009
- Posts
- 72
Have you tried apt-get remove mysql-server and then apt-get install mysql-server?


Reply With Quote