Ok, I'm back to Emu after an absence of about 1 year. I'm still on Linux, running FC2. I compiled, setup my db, my world is almost perfect.
Here is /etc/my.cnf:
Code:
[client]
port=3306
socket=/var/lib/mysql/mysql.sock
[mysqld]
port=3306
socket=/var/lib/mysql/mysql.sock
key_buffer_size=16M
max_allowed_packet=8M
log-error=/var/log/mysql.log
[mysqldump]
quick
For some strange reason, world uses the right location for socket, but zone doesn't. I have no ~/.my.cnf so it's not fetching elsewhere. I can't find any other cnf files on my system for mysql.
Here is what zone gives me on startup.
Code:
[Error] Failed to connect to database: Error: #2002: Can't connect to local MySQ
L server through socket '/tmp/mysql.sock' (2)
[Status] Starting Log: logs/eqemu_zone.log
[Status] CURRENT_ZONE_VERSION: EQEMu 0.6.0-DR1
[Status] Loading Variables
Any tidbit of info to at least give me a hint would be appreciated.[/b]