You did not put the line

[mysqld]

before the server options so the server knows which lines belong to it.


Bhartendu Maheshwari wrote:

> Hello
> 
> I had installing mySQL as well myODBC, but when I run mysqld it has given an
> error
> 
> C:\>mysqld
> error: Found option without preceding group in config file: c:\my.cnf at
> line: 1
> Program aborted
> 
> Next time I had write a file my.cnf as 
> 
> innodb_data_file_path = ibdata1:400M;ibdata2:400M
> innodb_data_home_dir = c:\mysql
> set-variable = innodb_mirrored_log_groups=1
> innodb_log_group_home_dir = c:\iblogs
> set-variable = innodb_log_files_in_group=3
> set-variable = innodb_log_file_size=30M
> set-variable = innodb_log_buffer_size=8M
> innodb_flush_log_at_trx_commit=1
> innodb_log_arch_dir = c:\iblogs
> innodb_log_archive=0
> set-variable = innodb_buffer_pool_size=80M
> set-variable = innodb_additional_mem_pool_size=10M
> set-variable = innodb_file_io_threads=4
> set-variable = innodb_lock_wait_timeout=50
> 
> Since my harddisk have only 900MB free space. So i choose
> innodb_data_file_path to be 400MB each. Now when I again run mysqld, It has
> given again error as
> 
> C:\>mysqld
> Can't initialize InnoDB as 'innodb_data_file_path' is not set
> 
> Now Please tell me what to do?
> 
> Thank you


-- 
Gerald L. Clark
[EMAIL PROTECTED]


---------------------------------------------------------------------
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

Reply via email to