how to replace mysql 4 with mysql 5

Discussion in 'Server Operation' started by ruskicar, Feb 13, 2006.

  1. ruskicar

    ruskicar New Member

    hy.

    is there any howto or maybe just some explanation, that explains how to replace mysql 4 with mysql 5, using dotdeb.org?

    best regards,
    ruskicar
     
  2. hosting

    hosting New Member

    It would help is you mention you linux OS also.
     
  3. ruskicar

    ruskicar New Member

    debian sarge 3.1

    best regards
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Add
    Code:
    deb http://packages.dotdeb.org stable all
    deb-src http://packages.dotdeb.org stable all
    to /etc/apt/sources.list, run
    Code:
    apt-get update
    and then
    Code:
    apt-get install mysql
     
  5. taylan

    taylan New Member

    Does Ispconfig work with Mysql 5.0 ?

    Hello
    I am using Ispconfig with Centos 4.3 but i need to run Mysql 5.0 for some application .Is it possible to upgrade to Mysql 5.0 or Have you got any recommedition for me if it is possible Please Can you explain how to do
    Thank you very much
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Yes, ISPConfig supports MySQL 5. :)
     
  7. taylan

    taylan New Member

    ispconfig and mysql5

    hello falko
    I want to Install Mysql 5.0 to run with ispconfig i followed your perfect Centos 4.3 installation and everyting working fine at the moment .
    I should try to upgrade from MySQL 4 to Mysql 5 or installed everything from scratch with Mysql 5 What do u recommend if there is any tricky to installed mySql 5 installation Please Can you provide to me thanks for helping

    Best Regards
    Taylan
     
  8. falko

    falko Super Moderator Howtoforge Staff

    If you can find MySQL 5 packages for CentOS, I'd update the existing MySQL installation with these.
     

Share This Page