主机名改了,mysql中配置的主机名也得改
应该是服务没有启动,你可以尝试以下命令:
service mysql restart service mysqld restart /etc/init.d/mysqld restart
然后再重新登录:
mysql -u root -p123456