innoDB og Mysql 4.0.17
jeg er ikke sikker på om jeg har sat innoDB op rigtigt da mine child tabeller kun vil vise not null. Jeg anvender mysql 4.0.17. I my.ini har jeg tilføjet# You can write your other MySQL server options here
# ...
# Data file(s) must be able to
# hold your data and indexes.
# Make sure you have enough
# free disk space.
innodb_data_file_path = ibdata1:10M:autoextend
# Set buffer pool size to
# 50 - 80 % of your computer's
# memory
set-variable = innodb_buffer_pool_size=70M
set-variable = innodb_additional_mem_pool_size=10M
# Set the log file size to about
# 25 % of the buffer pool size
set-variable = innodb_log_file_size=20M
set-variable = innodb_log_buffer_size=8M
# Set ..flush_log_at_trx_commit
# to 0 if you can afford losing
# some last transactions
innodb_flush_log_at_trx_commit=1
Yderligere har jeg tilføjet bibliotekerne C:\mysql\ibdata og C:\mysql\iblogs
