• corr

    (@corr)


    when i install wordpress1.2.1 on my local machine, it always hint to come amiss like this:
    Database error: [Access denied for user: ‘corr@localhost’ to database ‘corr’]
    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
    Warning: Invalid argument supplied for foreach() in E:\www\www\myblog\wp-admin\upgrade-functions.php on line 695
    Fatal error: Cannot use object of type stdClass as array in E:\www\www\myblog\wp-admin\upgrade-functions.php on line 705
    My heads all quickly exploded!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • midori

    (@midori)

    Access denied for user: ‘corr@localhost’ to database ‘corr’
    seems you did not give the right user and / or pass for the DB access….

    Anonymous

    Did you ensure that your user was made a member of the database and has all privileges on that database? “Access denied” says to me that your user has not been added to the database in this way.

    Moderator James Huff

    (@macmanx)

    Pardon me for striking at the lower regions here, but are you sure you’re not confusing MySQL with FTP? It’s been done.

    Thread Starter corr

    (@corr)

    i can login in MySQL with username “corr”.
    and i checked the MySQL, Apache, PHP, but could not find out the problems by myself. ??
    by the way, i didn’t establish FTP server on my machine.

    Thread Starter corr

    (@corr)

    I according to wordpress the setup elucidation request of:
    “The Apache mod_rewrite is required for some optional functionality. “
    so i change the code in the file “httpd.conf”:
    “#LoadModule rewrite_module modules/mod_rewrite.so”
    to
    “LoadModule rewrite_module modules/mod_rewrite.so”
    but it doesn’t work.
    i do this right?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Why it always hint to come amiss’ is closed to new replies.