What you can do is install phpMyAdmin on your local box and put the correct username/password information for your localhost. Then go to the mysql database and browse through the users table. Have a look what your .threads user has access to (especially the Index, Drop and Create options). Editing the record to have those values to yes and then issue the command:
FLUSH PRIVILEGES;
to update the permissions of the users.