Databases not showing in phpMyAdmin

Game development with Board Game Arena Studio
Post Reply
User avatar
jeffgris
Posts: 19
Joined: 25 September 2014, 03:44

Databases not showing in phpMyAdmin

Post by jeffgris »

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?
User avatar
thoun
Posts: 1618
Joined: 10 December 2020, 22:25

Re: Databases not showing in phpMyAdmin

Post by thoun »

The best is to open PhpMyAdmin from the associated button inside a Studio table your created, so it will bring you directly to the database of that table. But you can't access production databases this way ;)
User avatar
jeffgris
Posts: 19
Joined: 25 September 2014, 03:44

Re: Databases not showing in phpMyAdmin

Post by jeffgris »

Is there any way to query production databases?
User avatar
thoun
Posts: 1618
Joined: 10 December 2020, 22:25

Re: Databases not showing in phpMyAdmin

Post by thoun »

No. As a developer, you can see the statistics you created on the Audience page.
Post Reply

Return to “Developers”