Server icon indicating copy to clipboard operation
Server copied to clipboard

Using non-standard MariaDB port (not 3306) doesn't seem to work.

Open elkay opened this issue 1 month ago • 0 comments

This is on a linux build. I need to put MariaDB on a port other than 3306 because I'm running MySQL on the same server. I changed the port to 3307 in the config files (3 spots) and the server does appear to boot, but throws an error:

Login | Info | LoadServerConfig Config System Init Login | Info | LoadDatabaseConnection MySQL Database Init Shared | Info | LoadLogDatabaseSettings Loaded [84] log categories Login | Error | Connect Connection [default] Failed to connect to database Error [#2002: Can't connect to server on '127.0.0.1' (115)] Shared | Info | LoadVariables Loaded [6] Variables 90m Login | Error | LoadDatabaseConnection Cannot continue without a database connection Shared | Info | LoadRules Loaded [1,001] rules(s) in rule_set [default] id [1]

The server does appear to boot and launch otherwise ok, however logging in does not work. So, it seems "most?" of the server honors the port entry in the configs but there's at least one thing that doesn't that is causing the server to be non-usable. Haven't been able to track down where the break is, yet.

elkay avatar Nov 02 '25 05:11 elkay