I've been working with the TDK and the login screens from the Turbine source code.
I can login (turbine, turbine), add  new users, make new permissions, ect.
(Thanks Christopher !). This works well on my NT4.0 sp6 (Enigma) with MySQL running

as a service.

Now I'm trying to setup a second NT workstation (Penguin) to also run turbine. I
want to share the same MySQL
install already running on the first machine. Via the MySQL client, I can easily
connect to the first
machine and access the database, proving connectivity with the database.

However, when I launch the same identical Turbine test app on the second machine,
with its properties file pointing to
the first machine, I get an error:

java.lang.Error: Error in BasePeer.initTableSchema(Visitor): Communication link
failure: Bad handshake

TR.properties relevant settings:
database.default.driver=org.gjt.mm.mysql.Driver
database.default.url=jdbc:mysql://enigma:3306/tdktest1
database.default.username=turbine
database.default.password=turbine

MySQL sees the attempt, and reports a failed connection, so it sees the connection
attempt.

Any idea why this might happen ?

Thanks in advance,
Randy



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to