This forum is no longer active. Please post your questions to our new community site

Forums LAMPStack

Database name in Upper case

Subscribe to Database name in Upper case 3 post(s), 2 voice(s)

 
Avatar bravobih 2 post(s)

Hi, I’m using LAMPStack a lot of time and after installation of the new version – 1.2.0 on a new computer started to move the databases from the old box. Suddenly I saw that all database and table names are converted to lower case. I tried to change the value of MySQL variable “lower case table names” to 0 (currently it is 1) but without any success.
What can you suggest – how to change it? I’m using upper case names for several years and never had problems with them.
My system is Mandriva 2010.0; LAMPStack 1.2.0

Thank you for advance.
 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

Try to remove the “lower-case-table-names=1” from the mysql/scripts/ctl.sh and restart the database.

Cheers.

 
Avatar bravobih 2 post(s)

Thank you, I’ve already found that this variable is set in the startup script. It is not the best solution of the BitNami staff.

Forums LAMPStack