ArkShop - MySql

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

Status
Not open for further replies.

RlyehDoom

Active member
Joined
Feb 20, 2021
Messages
10
I get this error every time I try to set MySql using this config:

"Mysql": {
"UseMysql": true,
"MysqlHost": "localhost",
"MysqlUser": "root",
"MysqlPass": "alan.!1337",
"MysqlDB": "arkshop",
},

I can connecto to my sql using localhot or even remotely.

View attachment 3887
 
Well I gave up! I'm just using SQLlite it works!


"Mysql": {
"UseMysql": false,
"MysqlHost": "localhost",
"MysqlUser": "root",
"MysqlPass": "1234",
"MysqlDB": "arkshop"
},
"General": {
....
"DbPathOverride": "C:/ASM/Data/ARKShop/ArkShop.db",
...
}
 
Well I gave up! I'm just using SQLlite it works!


"Mysql": {
"UseMysql": false,
"MysqlHost": "localhost",
"MysqlUser": "root",
"MysqlPass": "1234",
"MysqlDB": "arkshop"
},
"General": {
....
"DbPathOverride": "C:/ASM/Data/ARKShop/ArkShop.db",
...
}
SQLite Is not supported by several servers.
MySQL Is something you need to fix and have the knowledge to setup. The errors you have in the print screen indicate a Mysql error and not a plugin error.
Closing this topic.
 
Status
Not open for further replies.
Back
Top