Closed cesarbmx closed 4 years ago
I am running Hangfire on MySQL on Linux, which is case sensitive.
I am getting Table Hangfire_DistributedLock doesn't exist
Table Hangfire_DistributedLock doesn't exist
Is there any way to make Hangfire use lower case table names?
You can put
lower_case_table_names = 1
in your mysqld config, that works.
I am running Hangfire on MySQL on Linux, which is case sensitive.
I am getting
Table Hangfire_DistributedLock doesn't exist
Is there any way to make Hangfire use lower case table names?