Database Security. Database Auditing. Database Caching. Database Masking. Get it nowUnable to login
Hi guys!
I've just installed a nice fresh version of GreenSQL firewall and GreenSQL Console. After some initial issues with the database tables not being created(my fault, I created the schema beforehand and it seems the install script didn't like that), I've played with it a bit, simple stuff, trying to show databases, show tables etc and they are logged as expected.
However, when I try and log in using into the console using the default credentials(which took me ages to find using Google, I probably missed something obvious though. )I get nothing, the page refreshes, displaying no message yet if I log in with incorrect credentials it gives me an error message.
Any ideas anyone, I really want to start making major use of the console, can't wait to get stuck in!
Thanks,
dtgreenwood.
G
Comments
Looking into it further it
Looking into it further it seems that PHP may not be creating sessions. If I preint_r($_SESSION) right after the session_start() function I get a blank array. This is most likely nothing to do with GreenSQL but any ideas?
Thanks,
dtgreenwood,
Right, well, solved it all
Right, well, solved it all one my own.
Turns out that the /etc/php.d/memcache.ini file had the following instruction in by default:
session.save_handler=memcache
session.save_path="tcp://localhost:11211?persistent=1&weight=1&timeout=1&retry_interval=15"
This is a fresh install of PHP 5.3.0 so i guess that is the default, why it didn't work I'm not sure but commenting those lines fixed it.
Thought I'd share in case anyone else had the same issue.
Regards,
dtgreenwood