> Hi for all,
>

> Oct 23 20:15:27 server policyd: db_optquery()/mysql_query(): Can't open
> file: 'blacklist.MYI' (errno: 145) -> SELECT COUNT(*) FROM blacklist
> WHERE _blacklist='83.208.248.93' OR _blacklist='83.208.248.%' OR
> _blacklist='83.208.%.%' OR _blacklist='83.%.%.%'
>

I would take a look at the file permissions for the data files in MySQL.

You might have run an admin script/command as root and it's got the wrong
perms.

MySQL is "usually" run as an unprivelidged user, mysql for example.

for my installations I would, for instance, do this as root if I
discovered the perms weren't correct.

chown -R mysql:mysql /usr/local/mysql/var

Cheers

Rob

-------------------------------------------------------------------------
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
_______________________________________________
policyd-users mailing list
policyd-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/policyd-users

Reply via email to