How to install latest mysql and php in centos 6.2

Discussion in 'Server Operation' started by botnet, Jun 18, 2012.

  1. botnet

    botnet New Member

    Please give a tutorial to install latest mysql and php in centos 6.2 32bit i686. Thanks.
     
    Last edited: Jun 18, 2012
  2. botnet

    botnet New Member

    small bump...
     
  3. TiTex

    TiTex Member

    Code:
    yum install mysql mysql-server httpd php
     
  4. botnet

    botnet New Member

    That will only install the present old package. But I need the newest one. Thanks.
     
  5. TiTex

    TiTex Member

    replace install with update :)
    Code:
    yum update mysql mysql-server
     
  6. botnet

    botnet New Member

    Thanks, Will try...
     

Share This Page