C:\Users\Yucheng>mysqld --console
130830 23:34:08 InnoDB: The InnoDB memory heap is disabled
130830 23:34:08 InnoDB: Mutexes and rw_locks use Windows interlocked functions
130830 23:34:08 InnoDB: Compressed tables use zlib 1.2.3
130830 23:34:08 InnoDB: CPU does not support crc32 instructions
130830 23:34:08 InnoDB: Initializing buffer pool, size = 128.0M
130830 23:34:08 InnoDB: Completed initialization of buffer pool
130830 23:34:08 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
130830 23:34:08 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
130830 23:34:08 InnoDB: 128 rollback segment(s) are active.
130830 23:34:08 InnoDB: Waiting for the background threads to start
130830 23:34:08 InnoDB: 10.0.2-MariaDB started; log sequence number 34078980
130830 23:34:09 [Note] Plugin 'FEEDBACK' is disabled.
130830 23:34:09 [Note] Server socket created on IP: '::'.
130830 23:34:09 [Note] Event Scheduler: Loaded 0 events
130830 23:34:09 [Note] mysqld: ready for connections.
Version: '10.0.2-MariaDB' socket: '' port: 3306 mariadb.org binary distribution
上面的输出信息表示MariaDB 的 InnoDB 数据引擎被正常启动的。