> the last line gives the following error: > > Unhandled Exception: System.Net.Sockets.SocketException: Connection refused > in (unmanaged) /usr/lib/libmono.so.0(mono_raise_exception+0x20)
I'm sorry. Just now, I've read a previous post of yours where you say: <quote> The difference is that mono.data.mysql is "only a binding" of libmysqlclient to c# (mono), so it uses the standard libmysqlclient which can connect to a mysql server through standard unix socket. That said mysqlnet is a 100% managed data provider and i guess it supports only tcp/ip connection. In order to use it you need to reconfigure your mysqld to allow tcp/ip connection. </quote> Hmmm... does anybody know how to reconfigure mysqld for that purpose :-) ? _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
