Open jteresco opened 5 months ago
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.
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.