I was hoping to query some game statistics from the database through phpMyAdmin, but I'm only seeing 2 databases in there:
- information_schema
- performance_schema
An example of what I'd like to query is to determine if there's a first player advantage by analyzing the win rate based on player seats.
I'm using the same login for phpMyAdmin that I do to access the SFTP site, but maybe I need a different login?
Is there a different way that I should be accessing the database to analyze game data?
- information_schema
- performance_schema
An example of what I'd like to query is to determine if there's a first player advantage by analyzing the win rate based on player seats.
I'm using the same login for phpMyAdmin that I do to access the SFTP site, but maybe I need a different login?
Is there a different way that I should be accessing the database to analyze game data?