I suspect the changes needed for running blojsom 3.0 w/
MySQL 4.x would be
in the database creation script. The script that's in there
was an export
from the MySQL administrator tool and I had used MySQL
5.0.18.
You could try it as is. I suspect it might complain about
the references
like:
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
You could try changing those to:
) ENGINE=InnoDB DEFAULT CHARACTER SET=utf8;
I'll try those changes and see if they work in MySQL 5 and
if so, will
change the DB creation script accordingly.
If there are other major changes for MySQL 4.x, I can
certainly add another
table creation script into the mix for folks using MySQL
4.x.
On 5/17/06 3:49 PM, "Graham Reeds"
<grahamr ntlworld.com> wrote:
> Not having tried it out myself, I was wondering whether
Blojsom 3 must
> have MySQL5 as it's backing store or can it be used
with MySQL 4 as is?
> I ask because my host runs 4.0.25.
>
> Thanks, Graham Reeds.
>
>
>
> -------------------------------------------------------
> Using Tomcat but need to do more? Need to support web
services, security?
> Get stuff done quickly with pre-integrated technology
to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based
on Apache Geronimo
> http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Blojsom-users mailing list
> Blojsom-users lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers
--
David Czarnecki
http://www.blojsom.com/b
log/ | http://blojsom.sf.net
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Blojsom-users mailing list
Blojsom-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers
|