Re: [Gambas-user] Mysql connection bug/problem

2008-08-25 Thread Kamau Gatheru
ator on User-Admin with > (somehow) @% or @ip-address. > > Good luck > > > Werner > >> -- >> >> Message: 1 >> Date: Thu, 21 Aug 2008 12:50:28 +0200 >> From: Steven Lobbezoo <[EMAI

[Gambas-user] Mysql connection bug/problem

2008-08-22 Thread [EMAIL PROTECTED]
+0200 > From: Steven Lobbezoo <[EMAIL PROTECTED]> > Subject: Re: [Gambas-user] Mysql connection bug/problem ? > To: mailing list for gambas users > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=utf-8 > > Did you check the Mysql database in

Re: [Gambas-user] Mysql connection bug/problem ?

2008-08-21 Thread Steven Lobbezoo
Did you check the Mysql database in mysql ? In the users records there is also reference to the host the user is allow to use. If it's marked localhost, that's your problem. Regards, Steven Le jeudi 21 août 2008 à 13:39 +0300, Kamau Gatheru a écrit : > As a matter of fact I have, > > Here is a

Re: [Gambas-user] Mysql connection bug/problem ?

2008-08-21 Thread Kamau Gatheru
As a matter of fact I have, Here is a sample of the /etc/hosts, listing my database servers 127.0.0.1 localhost 127.0.1.1 MvServer 192.168.1.200 Mvserver 192.168.1.100 Server surprisingly even on the local machine (MvServer) only .host = "localhost" works On Thu, Aug 21,

Re: [Gambas-user] Mysql connection bug/problem ?

2008-08-21 Thread Marcelo Confortino
Kamau Gatheru escribió: > Hi all, > > I have been trying to connect to a remote mysql server (within my network) > and it seems all my local installations of Gambas cannot do that. Incidentally > I discovered that the .Port element doesn't work. I can run the following code > locally and it works f

[Gambas-user] Mysql connection bug/problem ?

2008-08-21 Thread Kamau Gatheru
Hi all, I am using Gambas 2.5 I have been trying to connect to a remote mysql server (within my network) and it seems all my local installations of Gambas cannot do that. Incidentally I discovered that the .Port element doesn't work. I can run the following code locally and it works fine. WITH Co

[Gambas-user] Mysql connection bug/problem ?

2008-08-21 Thread Kamau Gatheru
Hi all, I have been trying to connect to a remote mysql server (within my network) and it seems all my local installations of Gambas cannot do that. Incidentally I discovered that the .Port element doesn't work. I can run the following code locally and it works fine. WITH Conn .type = "mysql