Getting SpamAssassin's MySQL database created - RHEL V 3.0

Frank C. Brants rhl-list at BRANTS.COM
Mon Aug 30 10:24:13 IST 2004


<x-flowed>
Christian,

Thanks!!

I found another problem - I had changed my /etc/sysconfig/i18n to correct
some issues I was having with my ssh client...

LANG="en_US.UTF-8"
#LANG="en_US"
SUPPORTED="en_US.UTF-8:en_US:en"
SYSFONT="latarcyrheb-sun16"

I changed it back (as you see it above), and now mysql is a little more
responsive...

mysql> insert into db (Host, Db, User, Select_priv, Insert_priv,
Update_priv, Delete_priv)
values('localhost','spamassassin','spam','Y','Y','Y','Y');
--------------
insert into db (Host, Db, User, Select_priv, Insert_priv, Update_priv,
Delete_priv) values('localhost','spamassassin','spam','Y','Y','Y','Y')
--------------

Query OK, 1 row affected (0.00 sec)

Whew!!

Thanks for your help!!

Franko

At Monday 8/30/2004 03:50 AM, Christiaan den Besten wrote:

>>mysql> insert into user (Host, User, Password)
>>values('localhost','<username>', password('<pass word>'));
>
>that's ok.
>
>>mysql> insert into user (Host, User, Password)
>>values('localhost','My_Real_Username',' password('My_Real_Password'));
>
>Skip the ' in front of the word password, this is messing it up. FYI: You
>might also want to install "phpmyadmin", this will let you do this stuff
>(and more) web-based.
>
>bye,
>Chris
>
>------------------------ MailScanner list ------------------------
>To unsubscribe, email jiscmail at jiscmail.ac.uk with the words:
>'leave mailscanner' in the body of the email.
>Before posting, read the MAQ (http://www.mailscanner.biz/maq/) and
>the archives (http://www.jiscmail.ac.uk/lists/mailscanner.html).

------------------------ MailScanner list ------------------------
To unsubscribe, email jiscmail at jiscmail.ac.uk with the words:
'leave mailscanner' in the body of the email.
Before posting, read the MAQ (http://www.mailscanner.biz/maq/) and
the archives (http://www.jiscmail.ac.uk/lists/mailscanner.html).
</x-flowed>



More information about the MailScanner mailing list