MySQL56 after install, service starts/stops
Posted by: Randy Vess
Date: August 02, 2014 12:02PM

I'm a newbie...

As I searched the web I found many occurances of this exact same problem. I've just not been able to find a solution that works for me.

If you can help it would be very much appreciated. Thank you.

Windows 8.1
Dell XPS 8700 w/24mb RAM
MySQL v5.6.19.0

executing: c:\program files\mysql\mysql server 5.6\bin\mysqld

When I try to start from the command prompt or "net start" in a .bat file I get this error (I am running services and the .bat file as administrator):

----- error -----

2014-08-02 12:07:33 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated.
Please use --explicit_defaults_for_timestamp server option (see documentati
on for more details)

----- end error -----

NOTE: The service does start but immediately stops

----- Error Log -----

2014-08-02 11:56:29 7016 [Note] Plugin 'FEDERATED' is disabled.
2014-08-02 11:56:29 7016 [Note] InnoDB: Using atomics to ref count buffer pool pages
2014-08-02 11:56:29 7016 [Note] InnoDB: The InnoDB memory heap is disabled
2014-08-02 11:56:29 7016 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2014-08-02 11:56:29 7016 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-08-02 11:56:29 7016 [Note] InnoDB: Not using CPU crc32 instructions
2014-08-02 11:56:29 7016 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2014-08-02 11:56:29 7016 [Note] InnoDB: Completed initialization of buffer pool
2014-08-02 11:56:29 7016 [Note] InnoDB: The first specified data file .\ibdata1 did not exist: a new database to be created!
2014-08-02 11:56:29 7016 [Note] InnoDB: Setting file .\ibdata1 size to 12 MB
2014-08-02 11:56:29 7016 [Note] InnoDB: Database physically writes the file full: wait...
2014-08-02 11:56:29 7016 [Note] InnoDB: Setting log file .\ib_logfile101 size to 48 MB
2014-08-02 11:56:29 7016 [Note] InnoDB: Setting log file .\ib_logfile1 size to 48 MB
2014-08-02 11:56:29 7016 [Note] InnoDB: Renaming log file .\ib_logfile101 to .\ib_logfile0
2014-08-02 11:56:29 7016 [Warning] InnoDB: New log files created, LSN=45781
2014-08-02 11:56:29 7016 [Note] InnoDB: Doublewrite buffer not found: creating new
2014-08-02 11:56:29 7016 [Note] InnoDB: Doublewrite buffer created
2014-08-02 11:56:29 7016 [Note] InnoDB: 128 rollback segment(s) are active.
2014-08-02 11:56:29 7016 [Warning] InnoDB: Creating foreign key constraint system tables.
2014-08-02 11:56:29 7016 [Note] InnoDB: Foreign key constraint system tables created
2014-08-02 11:56:29 7016 [Note] InnoDB: Creating tablespace and datafile system tables.
2014-08-02 11:56:29 7016 [Note] InnoDB: Tablespace and datafile system tables created.
2014-08-02 11:56:29 7016 [Note] InnoDB: Waiting for purge to start
2014-08-02 11:56:29 7016 [Note] InnoDB: 5.6.19 started; log sequence number 0
2014-08-02 11:56:29 7016 [Note] Server hostname (bind-address): '*'; port: 3306
2014-08-02 11:56:29 7016 [Note] IPv6 is available.
2014-08-02 11:56:29 7016 [Note] - '::' resolves to '::';
2014-08-02 11:56:29 7016 [Note] Server socket created on IP: '::'.
2014-08-02 11:56:29 7016 [Note] Event Scheduler: Loaded 0 events
2014-08-02 11:56:29 7016 [Note] mysqld: ready for connections.
Version: '5.6.19' socket: '' port: 3306 MySQL Community Server (GPL)
2014-08-02 12:07:33 5052 [Note] Plugin 'FEDERATED' is disabled.
2014-08-02 12:07:33 5052 [Note] InnoDB: Using atomics to ref count buffer pool pages
2014-08-02 12:07:33 5052 [Note] InnoDB: The InnoDB memory heap is disabled
2014-08-02 12:07:33 5052 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2014-08-02 12:07:33 5052 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-08-02 12:07:33 5052 [Note] InnoDB: Not using CPU crc32 instructions
2014-08-02 12:07:33 5052 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2014-08-02 12:07:33 5052 [Note] InnoDB: Completed initialization of buffer pool
2014-08-02 12:07:33 5052 [ERROR] InnoDB: .\ibdata1 can't be opened in read-write mode
2014-08-02 12:07:33 5052 [ERROR] InnoDB: The system tablespace must be writable!
2014-08-02 12:07:33 5052 [ERROR] Plugin 'InnoDB' init function returned error.
2014-08-02 12:07:33 5052 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2014-08-02 12:07:33 5052 [ERROR] Unknown/unsupported storage engine: InnoDB
2014-08-02 12:07:33 5052 [ERROR] Aborting

2014-08-02 12:07:33 5052 [Note] Binlog end
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'partition'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_FT_DELETED'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_METRICS'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_CMPMEM'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_CMP_RESET'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_CMP'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_LOCKS'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'INNODB_TRX'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'BLACKHOLE'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'ARCHIVE'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'MRG_MYISAM'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'MyISAM'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'MEMORY'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'CSV'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'sha256_password'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'mysql_old_password'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'mysql_native_password'
2014-08-02 12:07:33 5052 [Note] Shutting down plugin 'binlog'
2014-08-02 12:07:33 5052 [Note] mysqld: Shutdown complete

----- End Error Log -----

Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL56 after install, service starts/stops
3777
August 02, 2014 12:02PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.