I'm running MySQL 5.0.41-community-nt on a Win32 machine. Each time I create a new table the table and field names are changed to lowercase! I have already changed the MySQL directive lower_case_table_names to 0 in my.ini in my Windows directory and added the following line to the group [mysqld]: set-variable = lower_case_table_names=0 Still, here's my complete my.ini file: Can anyone tell me the solution????