I did try to connect to your Mysql Server and it worked fine
(ie. managed to login as 'turbine' as well!).
Also tried connecting to your Mysql Server via a simple java app via
JDBC - managed to list the users in 'mysql.user'

Here is what I have:
JDBC: mm.mysql-2.0.1-bin.jar (there is a 2.0.2 version now)
JDK: jdk1.2.2
JSDK: JSDK2.0
ServletEngine: JServ1.2.2
Turbine build: 20000608 (it's a bit old but it works)
OS: RH6.2

I suggest you tried with a simple java app first. If that doesn't work, it 
has NOTHING to do with Turbine.
If it did, next thing to check will be your CLASSPATH (if you're
using JServ, check your jserv.properties wrapper.classpath CLOSELY!!! Order 
is important)

IF still doesn't work, check TurbineResources.properties:
--------------
# These are your database settings, look in the
# org.apache.turbine.util.db.pool.* packages for more information.
#### ORACLE
#database.default.driver=oracle.jdbc.driver.OracleDriver
#database.default.url=jdbc:oracle:thin:@localhost:1521:ORCL
#### MySQL MM Driver
database.default.driver=org.gjt.mm.mysql.Driver
#database.default.url=jdbc:mysql://localhost/turbine
database.default.url=jdbc:mysql://208.248.123.9/Turbine
#### InstantDB
#database.default.driver=org.enhydra.instantdb.jdbc.idbDriver
#database.default.url=C:/TurbineDB/Turbine.prp
#### HypersonicSQL
#database.default.driver=org.hsql.jdbcDriver
#database.default.url=jdbc:HypersonicSQL:C:\TurbineDB\turbine

database.default.username=bigtime
database.default.password=smalltime
-------------
If still doesn't work, try changing your password to 8 chars exactly.
Although this old bug was solved in prior versions, you never know.
No harm trying if all else fails.
Good luck.

-William Wong


>From: Rajesh Thiharie <[EMAIL PROTECTED]>
>Reply-To: "Turbine" <[EMAIL PROTECTED]>
>To: Turbine <[EMAIL PROTECTED]>
>Subject: Re: Turbine problems
>Date: Wed, 12 Jul 2000 17:45:41 -0700
>
>I can connect to the MySQL database from any client on any host.
>I have the driver from http://www.worldserver.com/mm.mysql/
>The driver itself is - mm.mysql-2.0.1-bin.jar
>I have also attempted to use an older version - mysql_uncomp.jar
>
>The URL I use to connect is
>database.default.url=jdbc:mysql://208.248.123.9/Turbine
>database.default.username=bigtime
>database.default.password=smalltime
>
>I have this running on a RedHat 6.2 machine.
>If you would ike to have more details please let me know.
>
>
>John McNally, Jason van Zyl, Dave Bryson, and  John Thorhauer -
>many thanks for your responses. I really appreciate it.
>The bad part - my problem is still not fixed and I'm beyond deadline.
>
>database.default.username=bigtime
>database.default.password=smalltime
>
>
>
>
>Jason van Zyl wrote:
> > I had a similiar problem, and I think there is something wrong with
> > the MySQL JDBC driver. For a given user and password I can connect
> > with any other MySQL client, but I can't connect via JDBC. I haven't
> > looked into it. But if you want to see it work turn off the grant
> > tables. This is certainly not a solution for production environment,
> > but if you just want to see something go (I'm assuming Jetspeed), then
> > just add --skip-grant-tables to your safe_mysql invocation.
>
>--
>Is wisdom knowing you?ll never know,
>Or knowing you?ve always known?
>                    -- Donald Marsh
>
>
>------------------------------------------------------------
>To subscribe:        [EMAIL PROTECTED]
>To unsubscribe:      [EMAIL PROTECTED]
>Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
>Problems?:           [EMAIL PROTECTED]
>

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com



------------------------------------------------------------
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