Mysql cluster problem

I have a small rails app that works on fine connecting to two different
testing databases, but when I try to connect to our mysql cluster
database I receive this error. I am running rails 1.0

Mysql::Error: Lost connection to MySQL server during query: SELECT
COUNT(*) FROM product

The two testing databases are running mysql 4.0 and our cluster database
is running mysql 4.1

Anyone got any ideas?

Does anyone have experience with rails and a mysql cluster?

charlie bowman wrote:

I have a small rails app that works on fine connecting to two different
testing databases, but when I try to connect to our mysql cluster
database I receive this error. I am running rails 1.0

Mysql::Error: Lost connection to MySQL server during query: SELECT
COUNT(*) FROM product

The two testing databases are running mysql 4.0 and our cluster database
is running mysql 4.1

Anyone got any ideas?