Bug #68563 | InnoDB: The InnoDB memory heap is disabled | ||
---|---|---|---|
Submitted: | 4 Mar 2013 16:20 | Modified: | 15 Apr 2013 12:04 |
Reporter: | Chris Walsh | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: Installing | Severity: | S3 (Non-critical) |
Version: | 5.6.10 | OS: | Windows (Windows Server 2003) |
Assigned to: | CPU Architecture: | Any |
[4 Mar 2013 16:20]
Chris Walsh
[4 Mar 2013 16:29]
Sveta Smirnova
Thank you for the report. Please send us your configuration file.
[4 Mar 2013 16:50]
Chris Walsh
my.ini
Attachment: my.ini (application/octet-stream, text), 13.92 KiB.
[4 Mar 2013 16:55]
Chris Walsh
mysql-server-5.6-win32:6 - Looking for valid template mysql-server-5.6-win32:12 - Found valid template. mysql-server-5.6-win32:18 - Attempting to process template. mysql-server-5.6-win32:25 - Processed template. mysql-server-5.6-win32:31 - Attempting to configure service. mysql-server-5.6-win32:37 - Configured service. mysql-server-5.6-win32:43 - Attempting to start service. mysql-server-5.6-win32:100 - Unable to configure service. mysql-server-5.6-win32:100 - Product configuration controller finished configuration.
[5 Mar 2013 13:56]
Chris Walsh
Hi, I am wondering if you could help find a solution? Thanks
[15 Mar 2013 12:04]
MySQL Verification Team
Your my.ini is invalid. There are multiple wrong values there. Did installer create this? I'd suggest you simply use this my.ini instead: ---- [client] no-beep port=3306 [mysql] default-character-set=utf8 [mysqld] port=3306 basedir="C:\Program Files\MySQL\MySQL Server 5.6\" datadir="C:\Documents and Settings\All Users\Application Data\MySQL\MySQL Server 5.6\data\" character-set-server=utf8 default-storage-engine=INNODB sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" log-error="NAS.err" max_connections=100 query_cache_size=0 query_cache_type=0 table_open_cache=2000 innodb_buffer_pool_size=256M innodb_log_file_size=48M innodb_concurrency_tickets=5000 innodb_stats_on_metadata=0 innodb_file_per_table=1 flush_time=0 ----
[16 Apr 2013 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".