- Joined
- Sep 18, 2020
- Messages
- 62
I have a server in pingperfect company. There my mysql port is 3304.
In arkshop plugin dont have local to change the default port 3306 to 3304. I tryed
but i received a error and server dont start.
Curious that for the PERMISSION plugin have way to put a different port.
I didn't find anything about it here on the forum, only other people trying to change the door and nobody answered if it was possible.
Thank you for help.
In arkshop plugin dont have local to change the default port 3306 to 3304. I tryed
Code:
{
"Mysql": {
"UseMysql": true,
"MysqlHost": "96.47.230.50",
"MysqlPort": 3406,
"MysqlUser": "pedroa",
"MysqlPass": "12345",
"MysqlDB": "pedroa1"
},
but i received a error and server dont start.
Curious that for the PERMISSION plugin have way to put a different port.
I didn't find anything about it here on the forum, only other people trying to change the door and nobody answered if it was possible.
Thank you for help.