Skip to content

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