i recently installed Ubuntu 14.04.1 LTS on Azure VM; and installed MYSQL Server version: 5.6.19-0ubuntu0.14.04.1 (Ubuntu)
VM hardware is D-Series (1 core, 3.5 GB RAM, 50 GB SSD)
My applications on another VM sometimes have delayed connection established and sometime lose connections to this database intermittently.
I have introduced 2 variables in mysql configuration file my.cnf
lower_case_table_names=1
skip-name-resolve
.and I have commented 1 below
#bind-address = 127.0.0.1
CPU seems to be running usually below 1% and peaked at 15% and max connections were 20/150.
At this point, I am clueless if this is a ubuntu problem OR a mysql related problem as I dont see any problems in the log
/var/log/mysql/error.log
Any directions on how I should be checking for this problem? Thank you!