Thread: LAN Connect?
View Single Post
  #15  
Old 03-19-2015, 03:16 AM
vsab's Avatar
vsab
Discordant
 
Join Date: Apr 2014
Location: United Kingdom
Posts: 276
Default

Code:
[Database] [03.18.15 - 21:00:24] Failed to connect to MySQL database. Error:
So...

Code:
[database]
host = localhost
port = 3306
db = beq
user = root
password = REDACTED
subsystem = MySQL
is your database called "peq" (like in your server config) or "beq" (like in your login server config)?

If changing them to match doesn't work, sometimes there are issues with using localhost - try 127.0.0.1 like in the server config file.
Reply With Quote