[rt-users] RT not connecting to database?

John Oliver joliver at john-oliver.net
Tue Jul 24 18:07:00 EDT 2007


On Tue, Jul 24, 2007 at 10:05:29PM +0200, Ham MI-ID, Torsten Brumm wrote:
> No, firewall was not my idea behind, have you tried from rtwww to rtdb with mysql -uusername -p -h rtdb and this works? Are the rights granded correctly during the installation? 

[root at rt3 ~]# mysql -u rt_user -p -h 10.12.14.149
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 53
Server version: 5.0.22

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| rt3                |
| test               |
+--------------------+
3 rows in set (0.00 sec)

mysql> quit
Bye

-- 
***********************************************************************
* John Oliver                             http://www.john-oliver.net/ *
*                                                                     *
***********************************************************************



More information about the rt-users mailing list