Page 1 of 1

Databases not showing in phpMyAdmin

Posted: 28 April 2026, 14:38
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?

Re: Databases not showing in phpMyAdmin

Posted: 28 April 2026, 14:46
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 ;)

Re: Databases not showing in phpMyAdmin

Posted: 29 April 2026, 20:14
by jeffgris
Is there any way to query production databases?

Re: Databases not showing in phpMyAdmin

Posted: 29 April 2026, 20:31
by thoun
No. As a developer, you can see the statistics you created on the Audience page.