Thanks Nicklas, I upgraded to MySQL5, and also noticed that I hadn't
gotten the most release (RC1-2142) from your site, so the combination of
the two seems to have fixed the problem, and it is now running fine.

again, thanks!

Sam

On Sat, 2006-04-08 at 10:52 +0200, Nicklas Nordborg wrote:
> Can you try with MySql 5? We have only used that for some time now, so it
> might be that the latest JDBC driver isn't fully backwards compatible with
> older MySQL versions.
> 
> /Nicklas
> 
> 
> > Hi Nicklas, thanks for getting back to me.  I am using Mysql
> > 4.1.15-1ubuntu5. I think that translates into version 4.1x in normal
> > mysql version numbers?  I also have the option of installing 5.0, but I
> > figured that more things would be compatible with 4.x so I stuck with
> > that.
> > I just did a quick little test, starting mysql with the base2user
> > account
> > "mysql -u base2user -p"
> > I then switched to the base2 database
> > "\u base2"
> > "create table test (a INT) ENGINE=MyISAM;"
> > "insert into test (a) values(25);"
> >
> > mysql> select * from test;
> > +------+
> > | a    |
> > +------+
> > |   25 |
> > +------+
> > 1 row in set (0.00 sec)
> >
> > So I know that the database is working, and that the base2user has
> > access to it, but yeah, I think something is going wrong with the java
> > mysql drivers as you suggest.
> >
> > thanks,
> >
> > Sam
> >
> >
> > On Fri, 2006-04-07 at 07:57 +0200, Nicklas Nordborg wrote:
> >> Sam Hunter wrote:
> >> > Hi, I'm new to Base, and am trying to set it up for testing.  I am
> >> > install on Ubuntu with base-2.0RC1.  I downloaded and install the Java
> >> > SDK, (jdk-1_5_0_06-nb-5_0-linux.bin), and mysql seems to be working
> >> > fine.  When I get to the "./initdb.sh password" stage of the install,
> >> I
> >> > get the following output:
> >>
> >> Which version of MySQL are you using? The problem seems to originate
> >> from the MySQL JDBC driver.
> >>
> >> /Nicklas
> >>
> >>
> >>
> >> -------------------------------------------------------
> >> This SF.Net email is sponsored by xPML, a groundbreaking scripting
> >> language
> >> that extends applications into web and mobile media. Attend the live
> >> webcast
> >> and join the prime developer group breaking into this new coding
> >> territory!
> >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> >> _______________________________________________
> >> The BASE general discussion mailing list
> >> basedb-users@lists.sourceforge.net
> >> unsubscribe: send a mail with subject "unsubscribe" to
> >> [EMAIL PROTECTED]
> >
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by xPML, a groundbreaking scripting
> > language
> > that extends applications into web and mobile media. Attend the live
> > webcast
> > and join the prime developer group breaking into this new coding
> > territory!
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> > _______________________________________________
> > The BASE general discussion mailing list
> > basedb-users@lists.sourceforge.net
> > unsubscribe: send a mail with subject "unsubscribe" to
> > [EMAIL PROTECTED]
> >
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> _______________________________________________
> The BASE general discussion mailing list
> basedb-users@lists.sourceforge.net
> unsubscribe: send a mail with subject "unsubscribe" to
> [EMAIL PROTECTED]



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
The BASE general discussion mailing list
basedb-users@lists.sourceforge.net
unsubscribe: send a mail with subject "unsubscribe" to
[EMAIL PROTECTED]

Reply via email to