I'll post the entire context, but this really only is a problem on the linux box. Locally, it works fine.
Code:
var/header = "(`Network`, `Address`, `Type`, `Id`)"
var/values = "('[cluster_network]','[world.address]:[world.port]','[server_type]',[cluster_id])"
var/DBQuery/query = dbcon.NewQuery("INSERT INTO `servers` [header] VALUES [values]")
query.Execute()
I don't know if this is a BYOND bug, or if I'm missing something.