After I upgraded, I logged in as my admin account, but it downgrades me to a normal writer-user (not as admin). I found this solution here:
I logged in to phpmyadmin on a working instal of WP 2.8.4
went to the wp_options table
found the option with option_name = wp_user_roles
opened that record and copied the option_value fieldthen went to the database for my fouled instal (still in phpmyadmin)
went to the wp_options table
found the option with option_name = wp_user_roles
opened that record and pasted into the option_value field what I had copied from the other database
But the problem is, I'm having trouble navigating PHPMyAdmin. By the time I try to edit the record, I get shot this text array, and I have NO idea what value to copy over and change.
[Code moderated as per the Forum Rules. Please use the pastebin]