Database Security. Database Auditing. Database Caching. Database Masking. Get it nowgreensql-fw not starting
Posted March 13th, 2008 by Dag
in
Hi,
I'm trying to install the greenSQL firewall by the book and I can't get it started.
The logs don't give many details neither does the app itself :
root@greensql:~# /etc/init.d/greensql-fw start
Starting greensql-fw: greensql-fw.
and
DEBUG: Mysql error: Access denied for user 'green'@'localhost' (using password: YES)
INFO: Application started
I can log in mysql as green and I can select greendb using regular mysql client.
I'm using :
Mysql 5.0.38
ubuntu 7.0.4
I would appreciate any hint on how to get it started!
Thanks.

Comments
greensql - db issue
Please check [database] section if the following configuration file:
/etc/greensql/greensql.conf
You need to ensure that dbname, dbhost, dbuser and dbpass have correct values.
it probably is running...
it probably is running... look for the process ps -ef | grep greensql
I rather think you haven't granted privileges to user green@localhost
can you connect directly to mysql without greensql inbetween?
HTH,
Wolfgang