Jump to content

[MySQL] Table names changed to lower-case..


r_honey

Recommended Posts

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:

 

#This File was made using the WinMySQLAdmin 1.4 Tool

#6/22/2007 11:15:36 PM

 

#Uncomment or Add only the keys that you know how works.

#Read the MySQL Manual for instructions

 

[mysqld]

basedir=N:/xampp/mysql

#bind-address=22.23.13.1

datadir=N:/xampp/mysql/data

#language=N:/xampp/mysql/share/your language directory

#slow query log#=

#tmpdir#=

#port=3306

#set-variable=key_buffer=16M

set-variable=lower_case_table_names=0

[WinMySQLadmin]

Server=N:/xampp/mysql/bin/mysqld-nt.exe

user=root

password=passwd

 

Can anyone tell me the solution????

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.