Re: [Mono-list] Web Service cannot connect to Database

2005-09-30 Thread Timothy Graupmann
If you still have questions there is a forum specifically for the connector: http://forums.mysql.com/list.php?38 --- Joe Audette <[EMAIL PROTECTED]> wrote: > The announcement that came out for 1.0.6 was a little > unclear on mono. > > >From Reggie Burnette: > > "This release corrects a major pr

Re: [Mono-list] Web Service cannot connect to Database

2005-09-29 Thread Joe Audette
The announcement that came out for 1.0.6 was a little unclear on mono. >From Reggie Burnette: "This release corrects a major problem that caused version 1.0.5 to not function with Mono. While this release has been tested with Mono, our test suite doesn't complete successfully on Mono. We have

Re: [Mono-list] Web Service cannot connect to Database

2005-09-29 Thread Gonzalo Paniagua Javier
On Thu, 2005-09-29 at 05:52 -0700, Joe Audette wrote: > Hi, > > You did not mention what version of MySQL or the > Connector. Newer versions of MySQL do not work with > ByteFX and the last 2 releases (1.0.5 and 1.0.6) of > the Connector do not work with mono so you would need > 1.0.4. As a side n

Re: [Mono-list] Web Service cannot connect to Database

2005-09-29 Thread Timothy Graupmann
You are probably getting an access denied error. Did you setup the user on localhost? If you go to exterm and type mysql -u root -p what happens? Here are some steps that I've used in the past. http://www.tagcma.com/article.php?story=20050422023642167&query=mysql And I think the localhost port

Re: [Mono-list] Web Service cannot connect to Database

2005-09-29 Thread Joe Audette
Hi, You did not mention what version of MySQL or the Connector. Newer versions of MySQL do not work with ByteFX and the last 2 releases (1.0.5 and 1.0.6) of the Connector do not work with mono so you would need 1.0.4. You say it works on Windows with this connection string string connectionString

Re: [Mono-list] Web Service cannot connect to Database

2005-09-29 Thread Ko Ko
Hi Gonzalo   Thanks for your suggestion. But it has nothing to do with TCP. Because I use the same webservice coding with ByteFX on Windows and trying to access the mysql database on Linux, I can access it without any problems at all. So I think the problem is lying somewhere else.   Regards, Ko K

Re: [Mono-list] Web Service cannot connect to Database

2005-09-29 Thread Gonzalo Paniagua Javier
On Thu, 2005-09-29 at 00:15 -0700, Ko Ko wrote: > Hi > > I got problem connecting to MySQL Database on Mono. I can run the > webservices. But when ever I try to invoke the database from > webservices it kept giving me this error > > The remote server returned an error: (500) Internal Server Err

[Mono-list] Web Service cannot connect to Database

2005-09-29 Thread Ko Ko
Hi   I got problem connecting to MySQL Database on Mono. I can run the webservices. But when ever I try to invoke the database from webservices it kept giving me this error   The remote server returned an error: (500) Internal Server Error. Unable to connect to any of the specified MySQL hosts