Comment 2 for bug 718902

Revision history for this message
Clint Byrum (clint-fewbar) wrote :

Hello Anton, thanks for taking the time to file this bug report and help us make Ubuntu better.

110214 2:11:39 [Note] Plugin 'FEDERATED' is disabled.
110214 2:11:39 InnoDB: Initializing buffer pool, size = 8.0M
110214 2:11:39 InnoDB: Completed initialization of buffer pool
110214 2:11:39 InnoDB: Started; log sequence number 0 44253
110214 2:11:39 InnoDB: Starting shutdown...
110214 2:11:45 InnoDB: Shutdown completed; log sequence number 0 44253
start: Job failed to start
invoke-rc.d: initscript mysql, action "start" failed.

This seems to be the bit that failed. Its possible that mysql wasn't actually completely shut down at this point, or that your configuration is invalid, which would make it so you aren't able to start mysql.

can you try manually starting mysql with

sudo service mysql start

If that works, you may want to try

sudo dpkg --configure -a

To finish the install/upgrade.

Also, you can look for the cause of the trouble in /var/log/mysql.err , or /var/log/mysql.log. If you find anything that suggests why mysql failed to start, can you post it here?

Marking Incomplete pending more information from Anton.