问题出在root权限不够,解决办法,在mysql执行 mysql> GRANT ALL PRIVILEGES ON *.* TO root@"%" IDENTIFIED BY "."; mysql> flush privileges;