WordPress database installation error on Yahoo
-
Hello,
I have a feeling I’m missing something simple but when I try to install the database for the initial WordPress installation, I get the following message:
———-
WordPress database error: [Access denied for user ‘metrobumpkin’@’localhost’ to database ‘mysql’]
CREATE TABLE entries_categories ( cat_ID bigint(20) NOT NULL auto_increment, cat_name varchar(55) NOT NULL default ”, category_nicename varchar(200) NOT NULL default ”, category_description longtext NOT NULL, category_parent bigint(20) NOT NULL default ‘0’, category_count bigint(20) NOT NULL default ‘0’, link_count bigint(20) NOT NULL default ‘0’, posts_private tinyint(1) NOT NULL default ‘0’, links_private tinyint(1) NOT NULL default ‘0’, PRIMARY KEY (cat_ID), KEY category_nicename (category_nicename) )—-
I am running my site through Yahoo! and the username and password are working. I’ve checked through the forums and can’t find the exact fix (which I hope is just a simple line change).
Thanks!
- The topic ‘WordPress database installation error on Yahoo’ is closed to new replies.