Accessing Logs and Login for MySQL

I've enabled log4php to log in debug mode but the log files are not filling?

Also, I've tried using the values stored in the config.php to log into the MySQL server, but can't seem too, what's the trick?

Stephane

Accessing Logs and Login for MySQL

What are you trying to accomplish with the logs?

The database server is only listening on the loopback interface so you won't be able to connect to it remotely without making a change. Check out this FAQ: http://www.jumpbox.com/node/1101

Austin