[wp-testers] problem during upgrade 2.06 to 2.1

Lloyd Budd lloydomattic at gmail.com
Thu Jan 25 16:46:17 GMT 2007


On 1/25/07, vanmash vanmash <vanmash at gmail.com> 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)


More information about the wp-testers mailing list