mysql permission problem
I am having trouble getting this working on my Gentoo box. If I set up /etc/gps.conf using the root database access, I get the expected results -- but the user greylist does not work.
I have done the GRANT ALL step, and if I use "mysqladmin ping -u greylist -p", I get a response from the server. However, piping the test files to gps gives "dunno" from if the user is greylist. (I get defer if I let gps access the db as root.) I have only a rudimentary knowledge of mysql -- can anyone help me out here?
Jeff
Forums:
- Log in to post comments
Re: mysql permission problem
Ah, never mind -- I got it! Needed to do:
use mysql;
insert into db values ('localhost','greylist','greylist', etc etc etc);