• 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 TABLE wp_categories ADD category_nicename VARCHAR(200) NOT NULL
    Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
    ALTER TABLE wp_categories ADD category_description TEXT NOT NULL
    Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
    ALTER TABLE wp_categories ADD category_parent INT(4) NOT NULL
    Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
    ALTER TABLE wp_links ADD link_rss VARCHAR( 255 ) NOT NULL;
    Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
    ALTER TABLE wp_users ADD user_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 TABLE wp_posts ADD INDEX ( post_name )
    Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
    ALTER TABLE wp_categories ADD INDEX ( category_nicename )
    Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
    ALTER TABLE wp_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 TABLE wp_linkcategories CHANGE show_description show_description ENUM( ‘Y’, ‘N’ ) DEFAULT ‘N’ NOT NULL
    Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
    ALTER TABLE wp_posts ADD INDEX ( post_name )
    Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
    ALTER TABLE wp_posts ADD INDEX ( post_status )
    Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
    ALTER TABLE wp_categories ADD INDEX ( category_nicename )
    Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
    ALTER TABLE wp_comments ADD INDEX ( comment_approved )
    Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
    ALTER TABLE wp_comments ADD INDEX ( comment_post_ID )
    Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
    ALTER TABLE wp_links ADD INDEX ( link_category )
    Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
    ALTER TABLE wp_links ADD INDEX ( link_visible )
    Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
    ALTER TABLE wp_comments ADD user_id INT DEFAULT ‘0’ NOT NULL ;
    Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
    ALTER TABLE wp_users ADD user_activation_key VARCHAR( 60 ) NOT NULL ;
    Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
    ALTER TABLE wp_users ADD user_status INT DEFAULT ‘0’ NOT NULL ;
    Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
    ALTER TABLE wp_posts CHANGE comment_status comment_status ENUM( ‘open’, ‘closed’, ‘registered_only’ ) DEFAULT ‘open’ NOT NULL
    Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
    ALTER TABLE wp_users ADD user_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 TABLE wp_options CHANGE option_value option_value TEXT NOT NULL
    Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
    ALTER TABLE wp_posts CHANGE post_status post_status ENUM( ‘publish’, ‘draft’, ‘private’, ‘static’ ) DEFAULT ‘publish’ NOT NULL
    Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
    ALTER TABLE wp_posts ADD post_parent INT NOT NULL ;
    Database error: [Access denied for user: ‘rodrigo200@%’ to database ‘rodrigo’]
    ALTER TABLE wp_comments CHANGE comment_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 !

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter rodri200000

    (@rodri200000)

    is there anybody out there ???
    please, i does not seem to be so difficult // im new on this
    thanks all !!!

    Check that user “rodrigo200@%” has all priviledges on that database.
    Does logging in work ?

    You do not seem to have privileges to ALTER your database tables. Please contact your host regarding this.
    Argentina, umm, Gabriela Sabatini, ummmmmmmm!!! 🙂

    rodri that may look alarming but it says at the bottom that you have installed successfully. You have incidentally published your password and you might want to change it. Welcome to WordPress 🙂

    Thread Starter rodri200000

    (@rodri200000)

    hello all, thanks for your help
    podz: how can i check that ?????
    2fargon: my host told me that is running for me
    root: it says that is already installed but it is not because …… you can see it up there on my first post 🙂
    is there anything else can i do ?? or just giving up ??
    thanks !

    I noticed this when I installed too. I updated the command line install instructions in the wiki at the time: http://wiki.wordpress.org/Linux%20Command%20Line

    Thread Starter rodri200000

    (@rodri200000)

    sorry alho but i dont know what should i do. Could you help me a little bit more ?? which file should i correct and where exactly???
    My server is under windows
    thanks !!!!!!!!!!!!!!!!

    You have to change what you are allowed to do to the database. I have no idea what the best way to do that under windows is, sorry.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘stucked in step 3 !’ is closed to new replies.