MySQL Setup
Here you can see guide how to setup proper MySQL server.
Last updated
Here you can see guide how to setup proper MySQL server.
Last updated
MySQL 8.0.20 Download Link
MariaDB Download Link
Remember that for our plugin you will need to provide:
Database Host (IP/Domain)
Database Port
Database Name
Database User
Database Password
MySQL 8.0.27 and MariaDB 11.4+
If ARK Guardian is failing to start with "Failed to open connection"
error, you might need to disable SSL on your servers, as this is causing connectivity issues.
Stop your SQL server.
Find my.ini
file at "C:\ProgramData\MySQL\MySQL Server 8.0"
Add ssl=0
or ssl=false
under [mysqld]
of my.ini
Start your SQL server back and ARK Guardian should connect correctly.