Comments - Como cambiar la sensibilidad de las tablas de mayúsculas, minúsculas en Linux (Centos 7, Red Hat 8, etc)

1 año, 9 meses ago Daniel Black

There is lower_case_table_names, however note " This system variable's value cannot be changed after the datadir has been initialized". You may need to dump and restore the database with the new settings.

Centos/RHEL use /etc/my.cnf as the configuration file. If in doubt, use mysqld --help --verbose to see what files are read by reading the first few lines of the output.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.