At this point your guess is as good as mine as I've no time to dig deeper.
Sorry.
Tim.
On Wed, Apr 19, 2006 at 01:07:35PM +0800, Allan Dyer wrote:
> On 18 Apr 2006 at 23:00, Tim Bunce wrote:
> > On Mon, Apr 10, 2006 at 03:14:21PM +0800, Allan Dyer wrote:
> > > > >
> > > > > I've found that the pr
On 18 Apr 2006 at 23:00, Tim Bunce wrote:
> On Mon, Apr 10, 2006 at 03:14:21PM +0800, Allan Dyer wrote:
> > > >
> > > > I've found that the problem with table_info has been reported three
> > > > times before in this group:
> > >
> > > Here's how I call table_info(...). I have not used DBD::Proxy.
On Mon, Apr 10, 2006 at 03:14:21PM +0800, Allan Dyer wrote:
> > >
> > > I've found that the problem with table_info has been reported three
> > > times before in this group:
> >
> > Here's how I call table_info(...). I have not used DBD::Proxy.
> Who's maintaining DBD::Proxy? Perhaps I should con
On Mon, 10 Apr 2006 15:14:21 +0800, Allan Dyer wrote:
Hi Allan
> OK, I tried that and got basically the same result as my test
> program: if I specify a direct connection to mysql, it works OK,
> but if I specify a proxy connection to the same database, it fails
PITA.
> Who's maintaining DBD::P
Hi Ron
Thanks...
On 9 Apr 2006 at 12:40, Ron Savage wrote:
> On Sat, 08 Apr 2006 20:39:45 +0800, Allan Dyer wrote:
>
> Hi Allan
>
> > I'm sorry if I offended everyone with my previous message - I've
>
> I can't see why you'd think that :-).
:-)
> > got no replies, so I guess I did something
On Sat, 08 Apr 2006 20:39:45 +0800, Allan Dyer wrote:
Hi Allan
> I'm sorry if I offended everyone with my previous message - I've
I can't see why you'd think that :-).
> got no replies, so I guess I did something wrong. I would still
I can't see why you'd guess that :-).
> like to be pointed
Fri, 24 Mar 2006 20:20:44 +0800
Subject: problem using table_info and column_info with DBD::Proxy
Priority: normal
> I think I've found a problem with DBD::Proxy - table_info and column_info do
> not work.
>
> m using DBI 1.50, perl 5.8.6, mys
I think I've found a problem with DBD::Proxy - table_info and column_info do
not work.
m using DBI 1.50, perl 5.8.6, mysql 4.1.7, Linux kernel 2.6.15
I'm trying to access a mysql database on one machine from a webserver on
another machine. I was able to do simple SELECT queries, but I ran into