I am having a problem installing the menus module. So I go to administer > configuration > modules > menus and click the install button. "It" says that "it" couldn't create the menus table and asks me very politely to try again. "Module Status" also says it's version 1.0.3. I also get this at the top:

user error: create command denied to user: 'greenport@localhost' for table 'menus_items'
query: CREATE TABLE menus_items (
vid INTEGER NOT NULL, -- vocabulary ID for the item
tid INTEGER NOT NULL, -- term ID for the item
url VARCHAR(255) NOT NULL, -- link url
expanded INTEGER NOT NULL, -- 1 = always expanded
ctime INTEGER NOT NULL, -- creation timestamp
mtime INTEGER NOT NULL, -- modification timestamp
uid INTEGER NOT NULL -- modification user ID
) in /home/greenport/www/drupal/includes/database.mysql.inc on line 90.

WTF?