Skip to content

Fails with latest Version of MySQL (8.0.12) #42

@TariqAHassan

Description

@TariqAHassan

When run under the latest version of MySQL (8.0.12) (and perhaps others) import-dumps fails.

However, adding the following to the top of geonames_import_data.sql seems to fix it,
though I do not think this solution is good practice (with respect to security).

SET GLOBAL local_infile = 1;

...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions