I'm trying to upgrade MySql from 5.5 to 5.6 in my Ubuntu machine. While running command
sudo apt-get install mysql-server-5.6
we encountered with warning like :
2015-07-01 18:47:58 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
and it is stuck for more than 2hrs. How can I proceed with this?