Sunday, May 5, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 5163  / 2 Years ago, thu, july 7, 2022, 8:08:29

I've a production server and a test server both having Ubuntu 10.04.4 LTS



When I installed MySQL on test server, I just run



apt-get install mysql-server



and 5.1.62-0ubuntu0.10.04.1 got installed



When I installed MySQL on production server server,



I first run apt-get dist-upgrade



and then run apt-get install mysql-server



and 5.1.41-3ubuntu12.10 got installed.



The version of Ubuntu on the production server is 10.04.2 LTS, and the MysQL server installed is 5.1.41-3ubuntu12.10.



What does this mean?



The MySQL version is intended to run with Ubuntu 12.10?


More From » installation

 Answers
0

  • On Ubuntu 10.04.4, the following mysql-server packages are shown as available (apt-cache showpkg mysql-server):




    5.1.63-0ubuntu0.10.04.1
    5.1.41-3ubuntu12.10
    5.1.41-3ubuntu12.7
    5.1.41-3ubuntu12

  • As the version numbers show, the latest is 5.1.63; the 5.1.41-3ubuntu12.10 has nothing to do with Ubuntu 12.10, but is just a numbering coincidence (notice the -12.7 and -12 versions prior to that).


  • Thus, an up-to-date 10.04.4 system should be running mysql-server 5.1.63. Your production server needs to be updated to 10.04.4, and then an upgrade will install 5.1.63.




    • Check your /etc/apt/sources.list and make sure that the lucid-updates and lucid-security repositories are included; then run sudo apt-get update before dist-upgrade or upgrade








  • The current mysql-server versions available for 12.04 LTS are:




    5.5.24-0ubuntu0.12.04.1
    5.5.22-0ubuntu1

  • And for the upcoming 12.10 Quantal:



    5.5.25-0ubuntu2


[#37618] Saturday, July 9, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
howesale

Total Points: 224
Total Questions: 117
Total Answers: 116

Location: Nauru
Member since Thu, May 18, 2023
1 Year ago
;