Hi Derek,
The offending use of "default" as a database name
will not affect the running if the sample app.
>drop database if exists default;
>create database default;
You could just delete these lines from Web-inf/src/sql/create-db.sql
See also scarab #TRQS35 which provides a proper patch.
Regards,
Malcolm
-----Original Message-----
From: Gaasch, Derek [mailto:dgaasch@;montana.edu]
Sent: 04 November 2002 18:10
To: 'Turbine Users List'
Subject: ant init with 2.2rc1
Hi. I'm having trouble getting 2.2. up and running -- on ant init, I get a
"BUILD SUCCESSFUL", but when I scroll up, I see that some SQL is failing...
the problem it seems is that turbine is trying to generate a table called
'default' which mysql does not like at all. (reserved word?) Any suggestions
for overcoming this?
Thanks
-d
--
To unsubscribe, e-mail: <mailto:turbine-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-user-help@;jakarta.apache.org>