MySQL case sensitive table names on Linux

How to make MySQL table names case insensitive?

I had add the following to the my.cnf file:

   lower_case_table_names=1

and restart mysql.


See: http://dev.mysql.com/doc/refman/5.1/en/identifier-case-sensitivity.html