ERROR 3009 (HY000): Column count of mysql.user is wrong. Expected 45, found 43. Created with MySQL 5
错误是由于你曾经升级过数据库,升级完后没有使用mysql_upgrade升级数据结构造成的。解决办法:使用mysql_upgrade命令mysql_upgrade -u root -p --本篇文章转自:http://blog.csdn.net/qq_33350186/article/details/72528810