Displaying 1 result from an estimated 1 matches for "database_develop".
2006 Jul 26
1
Connecting to mysql 4.1.12 server
Hi,
I''m building a rails app on win32, and need to develop, test, and deploy
to a mysql 4.1.12 server running on a Linux server.
Whenever I attempt to connect to the database_development or
database_test directly from my workstation, I get the ''Lost connection
to MySQL server during query'', however, I can connect directly from my
local mysql client on my workstation with no difficulty:
mysql --host=lx07 --port=3308 --user=redacted --password=redacted
database...