On 1/25/07, vanmash vanmash <[EMAIL PROTECTED]> wrote:
Hello,
during upgrade errors appeared as below. Url was
http://site.com/wp-admin/upgrade.php?step=1&backto=
How this could be corrected?

This topic is probably better for http://wordpress.org/support/

A Google search for
wordpress upgrade "Access denied for user"
does not seem to show any general problems.

The first messages look like you did not originally when you installed
WordPress give your user full permissions. The later messages are
because the earlier alter commands failed.

Do you have access directly to mysql? Try something like the following
-- putting in your own details.

EXAMPLE
mysql> GRANT ALL PRIVILEGES ON databasename.* TO
"wordpressusername"@"hostname" IDENTIFIED BY "password";

RESULT
Query OK, 0 rows affected (0.00 sec)
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to