Vale, nada más abrir el arcemu-logonserver.conf, creo que ya he encontrado el error
********************************************************************************/
# LogonDatabase Section
#
# These directives are the location of the `realms` and `accounts`
# tables.
#
# LogonDatabase.Host - The hostname that the database is located on
# LogonDatabase.Username - The username used for the mysql connection
# LogonDatabase.Password - The password used for the mysql connection
# LogonDatabase.Name - The database name
# LogonDatabase.Port - Port that MySQL listens on. Usually 3306.
# LogonDatabase.Type - Client to use. 1 = MySQL, 2 = PostgreSQL, 3 = Oracle 10g
#
<LogonDatabase Hostname = "127.0.0.1"
Username = "root"
Password = "rchinwolak"
Name = "logon"
Port = "8129"
Type = "0">
Prueba a cambiar el puerto 8129 por el puerto 3306 que aparece arriba, en la frase que te he puesto en negrita, en la cual, traducido dice así: Puerto en el que escucha MySQL. Normalmente 3306.
Prueba y me cuentas, si sigue sin ir miro mas cosas.
Salu2
P.D: Ah, se me olvidaba, el Type lo tienes mal. Tu lo tienes puesto a 0.
El valor de Type, hace referencia al tipo de base de datos al que te conectas, que son: 1 = MySQL, 2 = PostgreSQL, 3 = Oracle 10g .
Como ves, el 0 no aparece por ningun lado
Debes dejar el Type a 1, que es el que corresponde a una base de datos MySQL.
********************************************************************************/
# LogonDatabase Section
#
# These directives are the location of the `realms` and `accounts`
# tables.
#
# LogonDatabase.Host - The hostname that the database is located on
# LogonDatabase.Username - The username used for the mysql connection
# LogonDatabase.Password - The password used for the mysql connection
# LogonDatabase.Name - The database name
# LogonDatabase.Port - Port that MySQL listens on. Usually 3306.
# LogonDatabase.Type - Client to use. 1 = MySQL, 2 = PostgreSQL, 3 = Oracle 10g
#
<LogonDatabase Hostname = "127.0.0.1"
Username = "root"
Password = "rchinwolak"
Name = "logon"
Port = "8129"
Type = "0">
Prueba a cambiar el puerto 8129 por el puerto 3306 que aparece arriba, en la frase que te he puesto en negrita, en la cual, traducido dice así: Puerto en el que escucha MySQL. Normalmente 3306.
Prueba y me cuentas, si sigue sin ir miro mas cosas.
Salu2
P.D: Ah, se me olvidaba, el Type lo tienes mal. Tu lo tienes puesto a 0.
El valor de Type, hace referencia al tipo de base de datos al que te conectas, que son: 1 = MySQL, 2 = PostgreSQL, 3 = Oracle 10g .
Como ves, el 0 no aparece por ningun lado
Debes dejar el Type a 1, que es el que corresponde a una base de datos MySQL.