DimmmCom
DimmmCom
Hi,
I did exactly as you instructed, after the installation process was complete, the default configuration, lower_case_table_names was still 1, I changed it to 0, saved the configuration, restarted mysql service.
It didn't work, error again, I stopped mysql service, then started it again, same error, mysql service didn't start.
Here's is the last couple lines from mysql log:
2024-12-30T14:14:23.309861Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2024-12-30T14:14:24.027856Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2024-12-30T14:14:24.042863Z 1 [ERROR] [MY-011087] [Server] Different lower_case_table_names settings for server ('0') and data dictionary ('1').
2024-12-30T14:14:24.043071Z 0 [ERROR] [MY-010020] [Server] Data Dictionary initialization failed.
2024-12-30T14:14:24.043082Z 0 [ERROR] [MY-010119] [Server] Aborting
2024-12-30T14:14:24.654267Z 0 [System] [MY-010910] [Server] /www/server/mysql/bin/mysqld: Shutdown complete (mysqld 8.0.36) Source distribution.
If I uninstall MySQL and install mariaDB, without change anything, when I imported a database through phpMyAdmin, all my table names are case sensitive already.
Thank you.