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!
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