DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info.gz) mysql-config-wizard-database-usage

Info Catalog (mysql.info.gz) mysql-config-wizard-server-type (mysql.info.gz) Windows config wizard (mysql.info.gz) mysql-config-wizard-tablespace
 
 2.3.5.6 The Database Usage Dialog
 .................................
 
 The `Database Usage' dialog allows you to indicate the table handlers
 you expect to use when creating MySQL tables. The option you choose
 will determine whether the InnoDB table handler is available and what
 percentage of the server resources are available to InnoDB.
 
    * `Multifunctional Database': This option enables both the InnoDB
      and MyISAM table handlers and divides resources evenly between the
      two. This option is recommended for users that will use both table
      handlers on a regular basis.
 
    * `Transactional Database Only': This option enables both the InnoDB
      and MyISAM table handlers but dedicates most server resources
      toward the InnoDB table handler. This option is recommended for
      users that will use InnoDB almost exclusively and will make only
      minimal use of MyISAM.
 
    * `Non-Transactional Database Only': This option disables the InnoDB
      table handler completely and dedicates all server resources to the
      MyISAM table handler. This option is recommended for users who
      will not be using InnoDB.
 
 
Info Catalog (mysql.info.gz) mysql-config-wizard-server-type (mysql.info.gz) Windows config wizard (mysql.info.gz) mysql-config-wizard-tablespace
automatically generated byinfo2html