Results 1 to 5 of 5

Thread: Upgrading Mysql

  1. #1
    Join Date
    Jul 2004
    Posts
    39

    Upgrading Mysql

    Hello Again,


    I like to know the best way to upgrade mysql on my linux from 4.0.21 to 4.0.23 without cpanel just plain SSH

  2. #2
    Join Date
    Jan 2005
    Location
    Australia
    Posts
    1
    If you're using the rpm's from the MySQL site, you can browse to the MySQL site, click on 'Downloads' and select 'MySQL 4.0'

    Download the relevant packages from the "Linux x86 RPM downloads" section (assuming you're running an x86 machine) -- generally;
    Server
    Client programs
    Libraries and header files
    Dynamic client libraries

    You can check which MySQL rpms you have installed by doing;
    # rpm -q --all | grep -i "mysql"

    Once you've verified the md5sum of each package you can do a rpm freshen;
    # rpm -Fvh MySQL-server-4.0.23-0.i386.rpm \
    MySQL-client-4.0.23-0.i386.rpm \
    MySQL-devel-4.0.23-0.i386.rpm \
    MySQL-shared-4.0.23-0.i386.rpm

  3. #3
    Join Date
    Jul 2004
    Posts
    39
    What happen if install 4.0.21 not using rpm but compile the code?

  4. #4
    Join Date
    Mar 2003
    Location
    California USA
    Posts
    13,681
    If you installed mysql from source the first time, you will need to compile it from source again.
    Steven Ciaburri | Industry's Best Server Management - Rack911.com
    Software Auditing - 400+ Vulnerabilities Found - Quote @ https://www.RACK911Labs.com
    Fully Managed Dedicated Servers (Las Vegas, New York City, & Amsterdam) (AS62710)
    FreeBSD & Linux Server Management, Security Auditing, Server Optimization, PCI Compliance

  5. #5
    Join Date
    Jul 2004
    Posts
    39
    then how to upgrade? by source

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •