Skip to content
New issue

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

Fixes and improvements to the MySQL database #21

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

snolan-uturn
Copy link

Fixes:
Syntax error in name_data - missing semi-colon
Duplicate key errors on insert in name_data - this is due to data that varies only by case, resolved by making the name column case sensitive.

Improvement:
Set the character set and collation for the dms_sample database so that it uses utf8 and unicode rather than the latin1 swedish MySQL defaults.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@kevinqmcdonald
Copy link

Another change that can be wrapped into this PR is to correct "mysql/sampledb/v1/user/dms_user_privileges.sql" by removing the IDENTIFIED BY clause. It has been deprecated since MySQL 5.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants