James Kelty wrote:
>sql,query
>
>Ok, this is a little weird.
>
>From system A I can access the Database on System B via the mysql
>command line with the -h option. I can insert into a table, create a
>table, and drop tables. But! Through the JDBC interface using the same
>user/pass, I get an acc
Thanks to those on the list that looked into it. Apparently the
developer was trying to do an insert on a read only connection.
Damn.
Thanks again!
-James
On Wed, 2002-10-02 at 11:26, James Kelty wrote:
> sql,query
>
> Ok, this is a little weird.
>
> >From system A I can access the Database
sql,query
Ok, this is a little weird.
>From system A I can access the Database on System B via the mysql
command line with the -h option. I can insert into a table, create a
table, and drop tables. But! Through the JDBC interface using the same
user/pass, I get an access denied message.
I beli