Checklist items to tick when porting ASP.NET MySql projects from .NET on Windows to Mono.NETon Ubuntu linux:
[Database=](http://stackoverflow.com/a/26457971/2404470)
names matches with actual database names in connection strings. Better, keep them in lowercase.[sudo apt-get install mysql-server](http://xameeramir.github.io/install-mysql-ubuntu-linux/)
installs version 5.5Originally published at xameeramir.github.io.