Upgrade to MySQL Server 5.5

Discussion in 'Installation/Configuration' started by sumfvm, Apr 27, 2012.

  1. sumfvm

    sumfvm Member

    Hi all,

    Curently, I use MySQL Server 5.1.49 on Debian 6 x64 and I plan to upgrade to MySQL Server 5.5. Is there any side effects on ISPConfig side?

    Regards,
     
  2. dclardy

    dclardy Member

    I am running 5.5 on my box from dotdeb and I have not seen any issues with it.
     
  3. matiasCU

    matiasCU Member

    Upgrade with Glusterfs mysql.vol

    Hi,
    I am planning to upgrade to mysql 5.5 on my cluster, which implications might this have?
    What precautions should take on this?

    This is my conf:
    /etc/glusterfs/glusterfs-mysql.vol

    volume remote1-mysql
    type protocol/client
    option transport-type tcp
    option remote-host 192.168.0.1
    option remote-subvolume brick-mysql
    option username user-mysql
    option password thepass
    end-volume
    volume remote2-mysql
    type protocol/client
    option transport-type tcp
    option remote-host 192.168.0.2
    option remote-subvolume brick-mysql
    option username user-mysql
    option password thepass
    end-volume
    volume replicate-mysql
    type cluster/replicate
    subvolumes remote1-mysql remote2-mysql
    end-volume
    volume cache-mysql
    type performance/io-cache
    option cache-size 25MB
    subvolumes replicate-mysql
    end-volume

    df -h
    /etc/glusterfs/glusterfs-mysql.vol
    243G 184G 47G 80% /var/lib/mysql

    Thanks guys
     

Share This Page