TravelMapping / DataProcessing

Data Processing Scripts and Programs for Travel Mapping Project
4 stars 6 forks source link

Loading DB on MariaDB on Mac #633

Open jteresco opened 5 months ago

jteresco commented 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.

The same SQL file (as generated on my Mac) loads fine into MariaDB on noreaster.

I suspect there is a permissions problem.