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

Errors while launching the mysql command #8

Open
ddeguglielmo opened this issue Aug 14, 2023 · 0 comments
Open

Errors while launching the mysql command #8

ddeguglielmo opened this issue Aug 14, 2023 · 0 comments

Comments

@ddeguglielmo
Copy link
Contributor

I had to change all the lines reporting:

ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;

with

ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

in order to successfully execute the commands in schema.sql

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

No branches or pull requests

1 participant