This life is here for a reason, we don’t have to say exactly what that reason is, we just have to believe in it no matter what happens in this life, we have to understand one thing. That thing is that we are not alone in the universe. I’m not saying there are aliens out there, but yeah there are aliens out there. It’s a concept that people have wondered about from time to time, there doesn’t appear to be anything else you can do but wonder what’s going on in the skies above us! There are so many things in this life that don’t always seem to matter, but you wish they would, at least that’s what I’d like to think would happen. I’m not sure that’s how this life is meant to be understood of course. If there’s anything in this life that doesn’t make sense, then it will always be there. It doesn’t have to make sense, that’s the absurdity of it all! Why should it make sense if there’s nothing to grasp from it all? I’m not sure I know the ansewr to that question. Such a life comes and goes an...
Wow... so I was having issues installing WordPress on my local testing machine. Ran across an error saying that MySQL wasn't setup correctly and that WordPress needed it. Took me a while but I did eventually find a solution on a message board. Here they be:
These were the steps which I followed to install Wordpress without it resulting in that nasty error message.
- Install Apache
- Install My-SQL. Note: in Wordpress' installation instructions this step comes after PHP installation. However, I read somewhere someone suggesting to install PHP after My-SQL. Don't know if this was the determining factor, but it was the way I took.
- Install PHP. Here is were I think you'll make it or break it. When installing PHP,
- be sure to point to Apache's conf directory when asked where its configuration directory resides, don't just point to Apache's install directory,
- when asked which items to install, navigate down into Extensions and select MySQL and MySQLi. By default, these won't be installed.
- Copy wordpress directory contents into Apache's htdocs directory (just my choice, but there are ofcourse other variations which will work).
- Restart Apache.
- navigate to http://localhost/wp-admin/install.php This time it should work.
So yeah... that's how it all works... or something like that. lol All in all, it worked out, and now I was able to install WordPress on my localhost without problem. And there you have it.
Comments
Post a Comment