How to install specific version of MySQL?
        Posted  
        
            by 
                user85569
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by user85569
        
        
        
        Published on 2011-06-24T08:30:26Z
        Indexed on 
            2012/09/12
            3:40 UTC
        
        
        Read the original article
        Hit count: 707
        
I installed from the repo, 5.0.77... including setup of PowerDNS (and the backend for MySQL). I tried setting up replication from my Master (which is MySQL 5.1.53) but it didn't work even though there were no errors, nothing got replicated.
So the last resort is to try the same MySQL version on both the master and the slave (nb, only the slave has pdns installed)
How would I go about installing MySQL 5.1.53? I tried downloading the rpm from MySQL (obviously the wrong one, didn't even include the mysql command to shell into the databases), but in turn fucked up the dependencies for pdns' mysql backend.
I have the atomic repo which will install MySQL 5.5 (both on my Master server and Slave), but I don't want to do a major upgrade on the master right now as it's in production.
Would love some advice!
© Server Fault or respective owner