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.
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: