Jim McIver wrote:
I probably just need to uncomment the lines in /etc/my.cnf, correct?
ie..
#innodb_data_home_dir = /var/lib/mysql/
#innodb_data_file_path = ibdata1:10M:autoextend
#innodb_log_group_home_dir = /var/lib/mysql/
#innodb_log_arch_dir = /var/lib/mysql/
# You can set .._buffer_pool_size up to 50 - 80 %
# of RAM but beware of setting memory usage too high
#innodb_buffer_pool_size = 16M
#innodb_additional_mem_pool_size = 2M
# Set .._log_file_size to 25 % of buffer pool size
#innodb_log_file_size = 5M
#innodb_log_buffer_size = 8M
#innodb_flush_log_at_trx_commit = 1
#innodb_lock_wait_timeout = 50
Yes, definately. You may also have to install a mysql-Max or something
like that package depending on your OS/distro.
I also found a link about someone switching from MyIsam to innodb and
running a bunch of alter table commands. I can probably ignore these,
correct?
Yes, if you recreate all the tables (loose all current mails in dbmail).
myslq> alter table dbmail_users type=innodb
etc..
When I do:
mysql> show variables; it looks like everything is set to latin1, so
I'm going to have change all of these, correct?
character_set_client latin1
character_set_connection latin1
character_set_database latin1
character_set_results latin1
latin1 is OK imho. It's the defaul of mysql.
Alex
_______________________________________________
DBmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail