-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Issue importing sys_10.sql #452
Comments
I had the same problem. I stripped all the end-of-line comments and it ran fine. |
Solution given into README.md |
Sorry for commenting on a closed issue. Another solution is to add ending semicolon before comments on those lines.
Or just add ending semicolons on all commands:
Line
becomes
|
hi! error in mariadb10.3 with comment -- ported and other |
There seems to be a lot of lines with -- comments at the end that are breaking the import.
What am I supposed to do with them?
The text was updated successfully, but these errors were encountered: