MySQL 5.0 and Apache 2.0.xx

Discussion in 'General' started by Lil'Brudder, Nov 11, 2005.

  1. Lil'Brudder

    Lil'Brudder New Member

    Have you considered moving to mySQL 5.0 and Apache 2.0.xx?

    I would like to use the latest releases of both mySQL and Apache and want to know if anyone knows how I can do this? Can I change the yum or apt locations to get newer releases, or download and install from the websites without problems? The following code from the Fedora Core 4 Perfect Setup seems like the place I need to change to get the new DB, but I'm not sure for Apache.

    Code:
    MySQL (4.1)
    
    yum install mysql mysql-devel mysql-server
    
    chkconfig --levels 235 mysqld on
    /etc/init.d/mysqld start
    Thanks for any input.
     
  2. falko

    falko Super Moderator ISPConfig Developer

    The Apache on FC4 is already version 2. (Don't mix up the main Apache and the ISPconfig Apache which is version 1.3.)

    I have to find out what has changed in MySQL 5.0 so I cannot say if ISPConfig supports it. However, you can search for MySQL packages by running
    Code:
    yum search mysql
     
  3. Lil'Brudder

    Lil'Brudder New Member

    Beautiful! Thanks for the clarification on Apache 2 already being updated in the base Fedora install. As for MySQL 5, if, after you've looked into it, you could post something or let me know if there wouldn't be any problems installing it, I'd be greatful.

    You rock!
     

Share This Page