ASP.NET - connecting to MySQL

gamemap

New Member
Messages
1
Reaction score
0
Points
0
So i stuck at connecting to database.

Server is Linux with Mono so OleDb and Odbc connection dont work due to missing libraries.

Then i tried MySQL Connector/NET, i tried through all protocols

shared memory throw execption deep from MySQL Connector
tcp ( socket) get Connection Refused ( i used localhost as adress )
pipe of course do not work cos it is Win thing
unix socket also didnt worked

data as port, user and password are good as far as i know.

What could i do to connect to database?

Thanks for any halp.
 
Last edited:

wookiezuechter

New Member
Messages
3
Reaction score
0
Points
0
I have the same problem. I opened a supportticket and hope i get a reply soon. If it is so, i'll post the results here.

Has anyone found a solution in the meantime? :dunno:
thx
Mike
 
Top