Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion INNODB on mysql
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
GammX1  
View profile  
 More options Oct 2 2010, 1:30 am
From: GammX1 <gam...@gmail.com>
Date: Fri, 1 Oct 2010 22:30:21 -0700 (PDT)
Local: Sat, Oct 2 2010 1:30 am
Subject: Re: INNODB on mysql
Hi,

Additionally, to dwainehead sugestion, check you have enabled the use
for Innodb tables inside the \server\config_tpl\my.ini file as
follows, from lines 20 to 30:

From:

# Uncomment the following if you are using InnoDB tables
#innodb_data_home_dir = %CDPMS:DBDIR%
#innodb_data_file_path = ibdata1:10M:autoextend
#innodb_log_group_home_dir = %CDPMS:DBDIR%
#innodb_log_arch_dir = %CDPMS:DBDIR%
#innodb_buffer_pool_size = 256M
#innodb_additional_mem_pool_size = 20M
#innodb_log_file_size = 64M
#innodb_log_buffer_size = 8M
#innodb_flush_log_at_trx_commit = 1
#innodb_lock_wait_timeout = 50

to:

# Uncomment the following if you are using InnoDB tables
innodb_data_home_dir = %CDPMS:DBDIR%
innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_group_home_dir = %CDPMS:DBDIR%
innodb_log_arch_dir = %CDPMS:DBDIR%
innodb_buffer_pool_size = 256M
innodb_additional_mem_pool_size = 20M
innodb_log_file_size = 64M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 50

Hope this helps!

Good luck!
Rgrds,
GammX1


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.