Joshua099 / R6Siege_DataAnalysisProject

Data Analysis Project on player statistics from r6 leaderboards
1 stars 0 forks source link

Look into using MODE for sql queries. However you would have to create a sql server. SQLite3 is a local host connection only. #3

Closed Joshua099 closed 5 years ago

Joshua099 commented 5 years ago

Mode requires the db to be publicly available to connect. This is possible for mysql server but only if you install Mode's bridge connector. Which had its own issues installing properly...

Joshua099 commented 5 years ago

Successfully linked a mysql local server to MODE, using MODE's branch connecting service. This allows local servers that are not publicly available to be used by MODE.