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

Using backticks to prevent issues with the reserved keyword "group" #361

Open
wants to merge 1 commit into
base: 5.0-dev
Choose a base branch
from

Conversation

camposmoreira
Copy link

This pull request try to address issues found at:

#308
#318

In this solution, backticks are used to prevent issues with the reserved keyword "group" in MySQL.

If you are upgrading from MySQL 5.7 to MySQL 8.0, you may encounter problems with the authentication system. One solution is to add the line "default-authentication-plugin=mysql_native_password" to your MySQL configuration settings.

Please note that I did not include this solution in the pull request.

@camposmoreira camposmoreira changed the title Adding Backtickets to groups to not be confused with mysql keyword Using backticks to prevent issues with the reserved keyword "group" May 17, 2023
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.

1 participant