mySQL Version

Discussion in 'Installation/Configuration' started by drum, Sep 30, 2006.

  1. drum

    drum New Member

    How easy is it to upgrade (or even offer 2+ versions) of mySQL that is available to clients??
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Upgrading is easy. You can use your distribution's üackage manager and simply install the newest available MySQL package for your distribution (but make a backup of your system before).

    If you want to use two different versions, you'd have to install the second one manually (you cannot use your distribution's packages for it) and configure it to listen on another port than 3306 (I assume your first MySQL version is listening on that port already).
     
  3. drum

    drum New Member

    Thanks I had a go last night, but managed to mess something up so that the client sites couldn't use the mySQL. This morning I've donw a complete rebuild, and installed mySQL5 before I installed ISPConfig, and that seems to be working fine.

    Only thing is now when I reboot the server, ISPConfig asks for a Pass Phrase when it starts apache, and the system won't work unitl it's entered. Any idea what that might be?

    BTW I'm running Debian (Sarge) PHP5 and mySQL5
     
  4. drum

    drum New Member

    Forget That, looks like I was on autopilot this morning and didn't do the reinstall quite right. Fixed it using the code given by Falk here HERE

    Cheers
     

Share This Page