I have mysql running using its standard myisam database. The server is version 3.23.39-max, client 3.23.36 Operating system Windows 2000 5.00.2195 Service pack 2
I am using the following my.ini #This File was made using the WinMySQLadmin 1.1 Tool #11/21/2002 9:16:12 PM #Uncomment or Add only the keys that you know how works. #Read the MySQL Manual for instructions [mysqld] basedir=C:/mysql #bind-address=192.168.1.100 datadir=C:/mysql/data #language=C:/mysql/share/your language directory #slow query log#= #tmpdir#= #port=3306 #set-variable=key_buffer=16M # my.ini file to invoke InnoDB option for mysql # - example form page 508 of manual # innodb_data_file_path = ibdata1:50M:autoextend # # set buffer pool size to 50- 80% (for now less) # #set-variable = innodb_buffer_pool_size=60M #set-variable = innodb_additional_mem_pool_size=10M # # log file 25% of buffer pool size # #set-variable = innodb_log_file_size=20M #set-variable = innodb_log_buffer_size=8M # # flush log commit - value of 0 loses transactions #innodb_flush_log_at_trx_commit=1 [WinMySQLadmin] Server=C:/mysql/bin/mysqld-max-nt.exe user=Bruce password=Lillian1 I get the following message: - 020329 1:07:55 Aborted connection 1 to db: 'test' user: 'ODBC' host: `localhost' (Unknown error) - see http://www.mysql.com/doc/C/o/Communication_errors.html 020329 12:55:30 Aborted connection 4 to db: 'unconnected' user: 'ODBC' host: `localhost' (Unknown error) - see http://www.mysql.com/doc/C/o/Communication_errors.html the database will not come up or generate the files needed for InnoDB, and when I bring up in default - haveinnodb = DISABLED It creates the database InnoDB in the Mysql database but there is no corresponding file. Can anyone tell me what I am doing wrong? Thanks Bruce A R Kuppers B.Sc.(Hons), M.Sc., Ph.D. Phone: (250) 656-3678 Toll Free: (866) 605-0259 E-Commerce -- Wave of the Future! Get Involved! Claim Your Future! Ask How! Visit: www.kuppersinernational.com Password: bruce --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php