Hi all,
Hmmmm...
I switched on my machine this morning thinking a new day will bring new results. Nope. Same old results. As I mentioned in an earlier blog entry, I created a server instance using Fedora with LAMP, complete with MySQL. Hmmm.. Sound good? Well, it comes with MySQL 4.1. Normally an update would be a straightforward process. Since Fedora 8 doesn't come with an
apt-get
command, I chose to go the
yum
route. I tried
yum update mysql-server
. No dice. problems. I spent another 30 minutes or so, trying to correct the problem, but to no avail. So I decided to create a whole new server instance with Fedora 8 and no MySQL. I manually installed MySQL on the machine, by doing the following:
- I download the MySQL sever, cient, and headers and libraries from the MySQL.com (http://mysql.com/).
wget
[Read more...]