Page 1 of 1

Problems with getting MySQL to accept new arguments (my.ini)

PostPosted: 15. December 2006 21:45
by guma
I need to add the following setting to my my.ini :

set-variable=lower_case_table_names=0.

After restarting the mysql-server it is still default set to 1.

I have tryed other arguments with the same result: it has no effect what so ever.

My question: how do I get my server to accept the changes i my.ini

I am sure it is the right my.ini - I tryed to rename it and my server reacted.

Pls help - Thanks a lot!

PostPosted: 15. December 2006 22:02
by Wiedmann
I am sure it is the right my.ini

Really? XAMPP is using a "my.cnf" and not a "my.ini"...

PostPosted: 16. December 2006 08:33
by guma
Wiedmann wrote:
I am sure it is the right my.ini

Really? XAMPP is using a "my.cnf" and not a "my.ini"...


Thanks a lot!!!!!
It all works now.
Can You tell me why my.ini has effekt on the server if it use my.cnf.
I tryed to rename my.ini and the server complained!?

Thanks again!!