Comment 0 for bug 1244181

Revision history for this message
Karl-Philipp Richter (krichter722) wrote :

Hi together,
when I invoke
<code>
sudo service mysql start
</code>
the command never returns. Following /var/log/mysql/error.log shows that the lines
<output>
131024 11:49:20 [Note] Plugin 'FEDERATED' is disabled.
131024 11:49:20 InnoDB: The InnoDB memory heap is disabled
131024 11:49:20 InnoDB: Mutexes and rw_locks use GCC atomic builtins
131024 11:49:20 InnoDB: Compressed tables use zlib 1.2.8
131024 11:49:20 InnoDB: Using Linux native AIO
131024 11:49:20 InnoDB: Initializing buffer pool, size = 128.0M
131024 11:49:20 InnoDB: Completed initialization of buffer pool
131024 11:49:20 InnoDB: highest supported file format is Barracuda.
131024 11:49:21 InnoDB: Waiting for the background threads to start
131024 11:49:22 InnoDB: 5.5.32 started; log sequence number 1595685
131024 11:49:22 [ERROR] Aborting

131024 11:49:22 InnoDB: Starting shutdown...
131024 11:49:23 InnoDB: Shutdown completed; log sequence number 1595685
131024 11:49:23 [Note]
</output>
are printed repeatedly. How can I debug this, i.e. find out what's happening in order to provide more information to this bug (application should handle inconsistencies in settings or crash).

Thanks in advance for taking care about this.