Thanks Edward. It worked out for me when i entered the following command in mysql. I just changed the default access to "TRUE"
> update actions set defaultaccess='TRUE';
But I have one more query. I am using php-syslog-ng 2.8, and when i try to give limited privileges to the users which i created, it doesn't work out. Still the user have full access. Any help would be grateful.
Thanks & Regards,
Gopinath.U
On 10/17/06, Edward Brookhouse <[EMAIL PROTECTED]> wrote:
Would this work?
UPDATE `actions` SET `defaultaccess` = 'TRUE' WHERE CONVERT( `actionname` USING utf8 ) = 'edit_acl' LIMIT 1 ;
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] On Behalf Of Gopinath
Sent: Tuesday, October 17, 2006 4:01 AM
To: [email protected]
Subject: [Php-syslog-ng-support] Lost admin privileges in php-syslog-ng...
Dear all,
I have accidentaly set default access to my admin account(All deny). Now i am unable to add,delete & create users after i have logged in as admin user. Can anbody help me out in getting back the privileges again.
Regards,
Gopinath. U
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Php-syslog-ng-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/php-syslog-ng-support

