Could it be that my DB was damaged during the upgrade?
Um, the only way to answer that is for you to check yourself. Best bet would be to get with your host and see if they offer an interface for the MySQL database. Something like myphpAdmin. Check to see if one of the database tables is corrupted.
I am getting the same error message.
I am hosting several sites on my Mac after going through the server videos over at freemacblog.com. I watched video #9 on how to use MAMP and WordPress. Being my first time I followed it exactly. And I believe that it will work, except for the fact that, like I said earlier, I am hosting multiple sites on the same Mac. In order to figure out how to do that I watched video #6. I believe that if I was hosting only one site it would be working and running WordPress fine.
Here are some things I have tried to change in order to get this working.
Within the wp-config.php file I:
- made both the username/password ‘root’, these are the DB username/password I set up while using MAMP
- changed ‘localhost’ to ‘127.0.0.1’
Within the httpd.conf file I:
- made my DocumentRoot point to /Applications/MAMP/htdocs/wordpress
then I restarted Apache
I also did these changes:
- set up my ‘hosts’ file to say this:
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
127.0.0.1 mysitename.com
- I changed the Apache port within the MAMP preferences from 8888 to 80
- my httpd.conf file looks like this:
<VirtualHost *:80>
ServerName mysitename.com
ServerAlias http://www.mysitename.com
DocumentRoot /Applications/MAMP/htdocs/wordpress
</VirtualHost>
I believe that is all I did.
Well I have restarted Apache many times, I have reinstalled WordPress as well as delete my database and start over.
Any help would be greatly appreciated.
I like what hair I have left on the top of my head.
Thanks.
I do habe myphpAdmin. But how can I check if the DB is corrupt or still ok?
And I get the same error!
I have installed 4 WordPress blogs previously, earlier versions though that I have upgraded to 2.2.2 without problems.
So this is my first 2.2.2 installation
I have the config-file set up correctly, have double-checked that both in my control panel and through phpMyadmin
Is anyone looking into this?
Thanks
Halina
My host helped me with this one:
I was running PHP4 and MySql 4. Upgrading to PHP5 solved the problem immediately.