[Steam] Mysql Connection Issues

Welcome!

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

SignUp Now!
This prefix applies to all threads that are designed for this platform.

CanuckGaming

Supporter Rank
Joined
Mar 18, 2022
Messages
3
I have been running 14+ ark servers for years now and always used a local host mysql server..

I have migrated my mysql to another server now and can't get my servers back online.

Its a new maraidb:
Have a user setup, with full perms
Ports are opened
Even tried turning off firewall on both sql server and ark server
I can connect from other sources to the particular user.

But when the servers boot it says connection cannot be established with any of my APIs that use mysql.
 
This is how I have mine setup.

[mysqld]
datadir=C:/Program Files/MariaDB 10.6/data
skip-networking=0
bind-address=0.0.0.0
port=3306
innodb_buffer_pool_size=16374M
character-set-server=utf8
ssl=0
[client]
port=3306
plugin-dir=C:\Program Files\MariaDB 10.6/lib/plugin
 
Back
Top