遇到此问题的原因是:用户user对数据库test 无权限操作。
解决方法:mysql> grant all privileges on test.* to user@'localhost' identified by 'password';