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]

Reply via email to