[rt-users] RT not connecting to database?

John Oliver joliver at john-oliver.net
Thu Jul 26 19:24:26 EDT 2007


On Thu, Jul 26, 2007 at 11:33:42PM +0100, Roy El-Hames wrote:
> John;
> I would suggest you install the missing dependencies if you want a 
> working rt you'll have to install them anyway.
> I would agree with you that they appear not to be relevant, but it maybe 
> rt is coming across a missing module and its returning a default error 
> of mysql server not found or whatever its you are getting ..

I've already fixed them all.  No change.

> Also when you test your sql from command line, try to execute a select 
> from rt3 database, ie select * from Users or anything like that instead 
> of just show tables.

[root at rt3 rt-3.6.4]# 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 5
Server version: 5.0.22

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

mysql> use rt3;
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> select * from Users;
Empty set (0.00 sec)

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



More information about the rt-users mailing list