Mysql 4.X does not needs any setting in the my.ini to initlize DB leave it all empty. (Provided you did just Next next and Next when installing and installed it to c:\mysql)
What you need to do is when you create Tables just set the type=InnoDB to have transcation enabled
Regards
Nikhil bhaskaran wrote:
O/s : Windows 2000 professional ( Dont kill me for that , i know this is linux forum , but i thought someone might still know )
I am using this code in my.ini file
[mysqld] innodb_data_home_dir = C://mysql//data ( have tried with single forward slash to , somewhere google said use 2 slashes so tried that too) innodb_data_file_path = ibdata1:10M:autoextend