I see 24 databases in PhpMyAdmin, but I only have 1 game active. Stopping that one game doesn't remove that database either. I ran through the reversi demo and I believe I got it working, then I started commenting out code and trying to get the foundation for my game going. I've also tried to follow all the instructions but admit, it's quite a lot. When I click "Go to game database" in the only game I have active, it successfully pulls up the database numbered 514649 in PhpMyAdmin (in this example), and I'm able to see the update to the table I made in my code, so it's all connected correctly.
Is this expected, or is this caused by me crashing my program a million times already?
I'm a software engineer at my real job but it's mainly C++, so all of this php, js, SQL, and HTML stuff is completely new. Nevertheless, I'm enjoying learning it all.
Is this expected, or is this caused by me crashing my program a million times already?
I'm a software engineer at my real job but it's mainly C++, so all of this php, js, SQL, and HTML stuff is completely new. Nevertheless, I'm enjoying learning it all.