stucked in step 3 !
-
Hello,
i got this on step 3 and im stucked…… the curious thing for me is that unless the database was not correctly created ( dont know why , i got my username ok, databasename ok , pass ok!!!!!!!! ) it goes to the login page and then ……….”cant find url”
this is where the error is on step 3
Step 3
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLEwp_categories
ADDcategory_nicename
VARCHAR(200) NOT NULL
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLEwp_categories
ADDcategory_description
TEXT NOT NULL
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLEwp_categories
ADDcategory_parent
INT(4) NOT NULL
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLEwp_links
ADDlink_rss
VARCHAR( 255 ) NOT NULL;
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLEwp_users
ADDuser_description
TEXT NOT NULL
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLE wp_comments ADD COLUMN comment_approved ENUM(‘0’, ‘1’) DEFAULT ‘1’ NOT NULL
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLEwp_posts
ADD INDEX (post_name
)
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLEwp_categories
ADD INDEX (category_nicename
)
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLEwp_comments
ADD INDEX (comment_approved
)
Database error: [Unknown column ‘category_nicename’ in ‘field list’]
SELECT cat_ID, cat_name, category_nicename FROM wp_categories
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLEwp_linkcategories
CHANGEshow_description
show_description
ENUM( ‘Y’, ‘N’ ) DEFAULT ‘N’ NOT NULL
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLEwp_posts
ADD INDEX (post_name
)
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLEwp_posts
ADD INDEX (post_status
)
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLEwp_categories
ADD INDEX (category_nicename
)
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLEwp_comments
ADD INDEX (comment_approved
)
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLEwp_comments
ADD INDEX (comment_post_ID
)
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLEwp_links
ADD INDEX (link_category
)
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLEwp_links
ADD INDEX (link_visible
)
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLEwp_comments
ADDuser_id
INT DEFAULT ‘0’ NOT NULL ;
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLEwp_users
ADDuser_activation_key
VARCHAR( 60 ) NOT NULL ;
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLEwp_users
ADDuser_status
INT DEFAULT ‘0’ NOT NULL ;
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLEwp_posts
CHANGEcomment_status
comment_status
ENUM( ‘open’, ‘closed’, ‘registered_only’ ) DEFAULT ‘open’ NOT NULL
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLEwp_users
ADDuser_nicename
VARCHAR(50) DEFAULT ” NOT NULL ;
Database error: [Unknown column ‘user_nicename’ in ‘field list’]
SELECT ID, user_nickname, user_nicename FROM wp_users
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLE wp_users MODIFY user_pass varchar(64) not null
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLEwp_options
CHANGEoption_value
option_value
TEXT NOT NULL
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLEwp_posts
CHANGEpost_status
post_status
ENUM( ‘publish’, ‘draft’, ‘private’, ‘static’ ) DEFAULT ‘publish’ NOT NULL
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLEwp_posts
ADDpost_parent
INT NOT NULL ;
Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
ALTER TABLEwp_comments
CHANGEcomment_author_url
comment_author_url
VARCHAR( 200 ) NOT NULL
User setup successful!
Now you can log in with the login “admin” and password “bff5ec”.
Note that password carefully! It is a random password that was generated just for you. If you lose it, you will have to delete the tables from the database yourself, and re-install WordPress.
Were you expecting more steps? Sorry to disappoint. All done!
please help…..thanks from argentina !
- The topic ‘stucked in step 3 !’ is closed to new replies.