how to use SQLite with infinityfree sql database

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By lewis glasgow

so im trying to connect to a free sql database hosted by infinityfree. just connecting to “sql101.epizy.com” works but it cant find the table leaderboard. any help?

:bust_in_silhouette: Reply From: jgodfrey

I don’t know anything about the infinityfree service, but your screenshot shows the database there is MySQL - which is very different than SQLite. I’d assume the SQLite code you show is simply opening a local database named sql101.epizy.com. So, completely independent of the online db.

Bottom line, I wouldn’t expect this to work.