Alright, drop the database again and recreate it from scratch. But before execute the SQL script for creating the database, find this line:
`password` varchar(11) NOT NULL,
and change it to this:
`password` varchar(20) NOT NULL,
Let's see what happens.
The line is located somewhere right under this one: