Bug #5816 Configuration wizard can produce cnf that doesn't allow startup
Submitted: 30 Sep 2004 0:11 Modified: 1 Oct 2004 11:41
Reporter: Harrison Fisk Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Installing Severity:S2 (Serious)
Version:4.1.5 OS:Windows (Windows XP)
Assigned to: Michael G. Zinner CPU Architecture:Any

[30 Sep 2004 0:11] Harrison Fisk
Description:
If you use the developer setup in the configuration wizard, and you set the number of connections low, then it ends up setting innodb_buffer_pool_size=1280K

How to repeat:
1.  Run server instance configuration wizard.
2.  Choose developer machine.
3.  Choose multi-functional database.
4.  Set number of connections manually to 10 (not sure if this is required or not..)
5.  Try to start the service for the first time ever.
6.  Check error log to see error message.

Suggested fix:
Don't allow innodb_buffer_pool_size to be set that low.  It seems it needs to be set to at least around 6M in order to startup the first time.
[1 Oct 2004 11:41] Michael G. Zinner
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html