MySQL Went away...
Posted: Wed Sep 03, 2008 1:23 pm
Fresh Ubuntu Server: Gutsy install
Fresh compile, no given errors or issues. However when I attempt to run the world, it inits proper, but cant find the MySQL host.
-- Snippit - world_db.ini
# READ README.TXT!
[Database]
host=localhost
user=eq2emu
password=password
database=eq2
-- snippit
chuck@Bogart:~/eq2server$ ps aux | grep mysqld
root 4190 0.0 0.1 1752 528 ? S Aug29 0:00 /bin/sh /usr/bin/mysqld_safe
mysql 4230 0.1 7.5 128696 38428 ? Sl Aug29 7:51 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/mysqld/mysqld.pid --skip-external-locking --port=3306 --socket=/var/run/mysqld/mysqld.sock
MySQL is running, accepting incoming connections. I'm unaware of why Eq2Emu is not finding it.
Anybody have any ideas?
Fresh compile, no given errors or issues. However when I attempt to run the world, it inits proper, but cant find the MySQL host.
-- Snippit - world_db.ini
# READ README.TXT!
[Database]
host=localhost
user=eq2emu
password=password
database=eq2
-- snippit
chuck@Bogart:~/eq2server$ ps aux | grep mysqld
root 4190 0.0 0.1 1752 528 ? S Aug29 0:00 /bin/sh /usr/bin/mysqld_safe
mysql 4230 0.1 7.5 128696 38428 ? Sl Aug29 7:51 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/mysqld/mysqld.pid --skip-external-locking --port=3306 --socket=/var/run/mysqld/mysqld.sock
MySQL is running, accepting incoming connections. I'm unaware of why Eq2Emu is not finding it.
Anybody have any ideas?