RE: [Mono-list] MySql and Mono Problems

2003-02-18 Thread Pablo Fischer
Hi;

Yeah... sorry I didnt pay atention to the 'port' of the first mail.
MySql its running in the default port, an also I have checked if its
running and yes, its running..

Also, somebody is using the ByteFX to connect to mysql? (It tolds me:
connection refused :( ).

Thanks!
El mar, 18-02-2003 a las 02:15, Richard Torkar escribió:
> On Sun, 2003-02-16 at 15:23, Pablo Fischer wrote:
> > Hello!
> > 
> > Yes, mysql is running.. and also with the port by default (3300).
> > 
> 
> Eehh, 3306 is the standard port for MySQL AFAIK.
> 
> Try to do a:
> telnet localhost 3306 
> 
> /Richard
-- 
Pablo Fischer <[EMAIL PROTECTED]>

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list



RE: [Mono-list] MySql and Mono Problems

2003-02-18 Thread Richard Torkar
On Sun, 2003-02-16 at 15:23, Pablo Fischer wrote:
> Hello!
> 
> Yes, mysql is running.. and also with the port by default (3300).
> 

Eehh, 3306 is the standard port for MySQL AFAIK.

Try to do a:
telnet localhost 3306 

/Richard
-- 
Ph.D. Student
Dept. of Informatics and Mathematics
HTU

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list



RE: [Mono-list] MySql and Mono Problems

2003-02-16 Thread Pablo Fischer
Hello!

Yes, mysql is running.. and also with the port by default (3300).

Pablo

El lun, 17-02-2003 a las 07:31, Reggie Burnett escribió:
> Are you certain that you have MySQL running?  Also, you didn't specify a
> port number so is MySQL running using it's standard port (3306)?
> 
> Reggie
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:mono-list-
> > [EMAIL PROTECTED]] On Behalf Of Pablo Fischer
> > Sent: Sunday, February 16, 2003 1:53 AM
> > To: [EMAIL PROTECTED]
> > Subject: [Mono-list] MySql and Mono Problems
> > 
> > Hello all!
> > 
> > I downloaded the ByteFX.Data.MySQLClient and installed it in /usr/lib,
> > then I type a little code (http://unmada.ods.org/mono/mysqlsharp.cs)
> to
> > try to get some data of a table. But also I get this error:
> > 
> > Unhandled Exception: System.Net.Sockets.SocketException: Connection
> > refused
> > in (unmanaged) mono(mono_raise_exception+0x12) [0x80bb14b]
> > in (unmanaged)
> > mono(ves_icall_System_Net_Sockets_Socket_Connect_internal+0x66)
> > [0x80d1141]
> > in <0x0005a> 00 System.Net.Sockets.Socket:Connect
> (System.Net.EndPoint)
> > in <0x000b3> 00 ByteFX.Data.MySQLClient.Driver:CreateSocketStream
> > (string,int)
> > in <0x00038> 00 ByteFX.Data.MySQLClient.Driver:Open
> > (string,int,string,string,bool)
> > in <0x000e4> 00 ByteFX.Data.MySQLClient.MySQLConnection:Open ()
> > in <0x000a0> 00 .Test:Main (string[])
> > 
> > How you can see, its a problem when trying to connect to MySql,
> also..:
> > 
> > * Have mysql running
> > * The user have permissions
> > * The database and the table exists
> > 
> > Any ideas?.. thanks.
> > --
> > Pablo Fischer <[EMAIL PROTECTED]>
> > 
> > 
> > ___
> > Mono-list maillist  -  [EMAIL PROTECTED]
> > http://lists.ximian.com/mailman/listinfo/mono-list
> 
-- 
Pablo Fischer <[EMAIL PROTECTED]>

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list



RE: [Mono-list] MySql and Mono Problems

2003-02-16 Thread Reggie Burnett
Are you certain that you have MySQL running?  Also, you didn't specify a
port number so is MySQL running using it's standard port (3306)?

Reggie

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:mono-list-
> [EMAIL PROTECTED]] On Behalf Of Pablo Fischer
> Sent: Sunday, February 16, 2003 1:53 AM
> To: [EMAIL PROTECTED]
> Subject: [Mono-list] MySql and Mono Problems
> 
> Hello all!
> 
> I downloaded the ByteFX.Data.MySQLClient and installed it in /usr/lib,
> then I type a little code (http://unmada.ods.org/mono/mysqlsharp.cs)
to
> try to get some data of a table. But also I get this error:
> 
> Unhandled Exception: System.Net.Sockets.SocketException: Connection
> refused
> in (unmanaged) mono(mono_raise_exception+0x12) [0x80bb14b]
> in (unmanaged)
> mono(ves_icall_System_Net_Sockets_Socket_Connect_internal+0x66)
> [0x80d1141]
> in <0x0005a> 00 System.Net.Sockets.Socket:Connect
(System.Net.EndPoint)
> in <0x000b3> 00 ByteFX.Data.MySQLClient.Driver:CreateSocketStream
> (string,int)
> in <0x00038> 00 ByteFX.Data.MySQLClient.Driver:Open
> (string,int,string,string,bool)
> in <0x000e4> 00 ByteFX.Data.MySQLClient.MySQLConnection:Open ()
> in <0x000a0> 00 .Test:Main (string[])
> 
> How you can see, its a problem when trying to connect to MySql,
also..:
> 
> * Have mysql running
> * The user have permissions
> * The database and the table exists
> 
> Any ideas?.. thanks.
> --
> Pablo Fischer <[EMAIL PROTECTED]>
> 
> 
> ___
> Mono-list maillist  -  [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/mono-list


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list