We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On my Mac, loading the DB from the SQL file generated by siteupdate gives this error:
ERROR 1932 (42S02) at line 13898944: Table 'TravelMapping.overallmileagebyregion' doesn't exist in engine
which is on the INSERT INTO travelerMileageStats near the end.
INSERT INTO travelerMileageStats
The same SQL file (as generated on my Mac) loads fine into MariaDB on noreaster.
I suspect there is a permissions problem.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On my Mac, loading the DB from the SQL file generated by siteupdate gives this error:
ERROR 1932 (42S02) at line 13898944: Table 'TravelMapping.overallmileagebyregion' doesn't exist in engine
which is on the
INSERT INTO travelerMileageStats
near the end.The same SQL file (as generated on my Mac) loads fine into MariaDB on noreaster.
I suspect there is a permissions problem.
The text was updated successfully, but these errors were encountered: