Need help with MySql configuration

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Public Service Announcement

    Hey Guest, I’ve got some exciting news to share! 🎉

    Starting this December, I’ll be moving the entire GameServersHub website away from WordPress and rebuilding it in Next.js! This upgrade will bring incredibly faster speeds, smoother performance, and a modern user experience that sets the stage for everything coming next.

    In 2026, GameServersHub will be entering a new era. I’ll be revamping the entire platform from the ground up and launching a brand-new, fully modernized marketplace. It’ll feature a cleaner design, improved functionality, and better tools for both creators and server owners.

    On top of that, development has already started on the GameServerListing project at https://gsl-six.vercel.app/, which is expected to launch in early Q1 2026. This new system will make discovering and managing servers easier than ever before.


    👉 Stay in the loop!
    Join our Discord for behind-the-scenes updates, early previews, and community discussions.

    » Click here to join our Discord! «

    ~ MrOwlSky

isthattay

Supporter Rank
Joined
Apr 26, 2020
Messages
15
Im using a plugin that requires

"MySQLHost": "localhost",
"MySQLUsername": "root",
"MySQLPassword": "password",
"DBName": "name",

Ive downloaded mysql to server to the server and status is "running", just want to confirm a few points as im not familiar with mysql or the workbench app.

1. In SQL workbench, "Host" appears to just be my computer name - is that typical by default, not sure if im looking at correct field or if i need to change?
2. I set a root username password so that is clear. I assume no other users are necessary
3. DBname - i do not see a DBname anywhere in workbench, Im assuming i need to create one but this is where I need the most guidance - will i need define tablenames etc? not sure how it would need to relate to my config file.

Any guidance you can provide to get me in the right direction, or recommended online resources is greatly appreciated
 
1. If hosted on the same machine "localhost" is fine.

3. You should only need to create a database not the tables. The plugin will use that database to create the tables it needs to store the data for it to function.
 
Back
Top