Eric Chatham wrote:
> On Monday, May 18, 2009 15:55, Nimbius Wrote:
>
>> doublecheck the configuration of your database to make sure the rt_user
>> and rt_pass actually exist and permit login...looks like thats where its
>> failing
>
> rt_user is the user, and rt_pass is the password. I'm still having a
> problem. :/
>
> mysql> use mysql
> Reading table information for completion of table and column names
> You can turn off this feature to get a quicker startup with -A
>
> Database changed
> mysql> UPDATE user SET Password=PASSWORD('rt_pass') WHERE user='rt_user';
> Query OK, 1 row affected (0.00 sec)
> Rows matched: 1 Changed: 1 Warnings: 0
>
> mysql> FLUSH PRIVILEGES;
> Query OK, 0 rows affected (0.01 sec)
>
> mysql> quit
> Bye
Have you granted access to this user access on the database?
mysql> GRANT ALL ON rt_db.* TO rt_u...@localhost;
...
mysql> FLUSH PRIVILEGES;
...
--
Atenciosamente,
Arthur Furlan
[email protected]
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
Community help: http://wiki.bestpractical.com
Commercial support: [email protected]
Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com