I am a newbie when it comes to C# connector and MySQL, so please bear with me.
We have C/C++ application where we used .mylogin.cnf file to connect to MySQL server.
I did search if it is possible to use the same file to connect to server when using C#, but could not find the way.
I would really appreciate if somebody could let me know if this is possible and how (short example or a link to a site with an example would be great). If it is not possible then what would be the best way to accomplish functionally similar way of connecting? Custom plugin? We use Community Server.
Thanks.
We have C/C++ application where we used .mylogin.cnf file to connect to MySQL server.
I did search if it is possible to use the same file to connect to server when using C#, but could not find the way.
I would really appreciate if somebody could let me know if this is possible and how (short example or a link to a site with an example would be great). If it is not possible then what would be the best way to accomplish functionally similar way of connecting? Custom plugin? We use Community Server.
Thanks.