http://qs321.pair.com?node_id=11118448


in reply to Re^8: Help with Geo::IP output
in thread Help with Geo::IP output

Thank you so much for your patience. I have created an SQLite db...but unlike MySQL where I know what the connection details are (e.g. db_user, db_password,...), I do not know what these are for SQLite. What does the config file look like?

Replies are listed 'Best First'.
Re^10: Help with Geo::IP output
by hippo (Bishop) on Jun 24, 2020 at 17:21 UTC

      So I need to create an SQLite database called geoip?

        $ geoip -Ddsn dbi:SQLite:geoip -w 103.2.106.33 Cannot continue without a working database

        I created an SQLite database named "geoip" and then called geoip as shown above. It says "Cannot continue without a working database".