Updating from 3.2.1.4 to 3.3.0.10, and DB error SQLSTATE[HY000]: General error: 1005

Hi there,

You need to grant REFERENCES permission for your database user.

GRANT REFERENCES ON `database_name`.* TO 'database_user'@'localhost';