Saturday, February 13, 2016

MonoDevelop Using mySql Connection


Download mySql Connector [1], uncompress and run next command for register mySql Connector.

$sudo gacutil -i MySql.Data.dll


References:

[1] Driver Connector http://dev.mysql.com/downloads/connector/net/
[2] http://techreadme.blogspot.com.br/2013/04/using-mysql-with-mon-in-monodevelop.html
[3] Example for connect http://www.mono-project.com/docs/database-access/providers/mysql/

No comments:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...