We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running the mysql hive database under Linux there is a high propability that database and table names are case sensitive (http://stackoverflow.com/questions/6134006/are-table-names-in-mysql-case-sensitive).
As the official SQL schema (https://github.com/R4Z0R49/DayZMod/blob/Development/SQL/Full.sql) contains lowercase table names these should also be the default in hiveext.dll
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running the mysql hive database under Linux there is a high propability that database and table names are case sensitive (http://stackoverflow.com/questions/6134006/are-table-names-in-mysql-case-sensitive).
As the official SQL schema (https://github.com/R4Z0R49/DayZMod/blob/Development/SQL/Full.sql) contains lowercase table names these should also be the default in hiveext.dll
The text was updated successfully, but these errors were encountered: