My stream of consciousness being a programmer.

Friday, February 17, 2012

Make case sensitive table names in MySQL database

Are table names in mysql case sensitive?  The answer is no. When you create a tabled called “User” or “USER”,  both are considered as “user” which means it’s not case sensitive. How can we force mysql to do this ? it’s a just matter of minor change in mysql ini file. Below given are...

17 Feb 2012

Popular Posts

Powered by Blogger.