How to Get MySQL?
When starting a new project, it is generally recommended to go on the most recent version of MySQL, to take advantage of the latest features but also (mainly?) to be sure to be up to date with the security patches.
This blog post centralizes the various URLs where to download the world’s most popular open source database.
MySQL Community Edition
If you’re looking for the latest binaries, client/server packages or source code, in 64/32 bits for Linux, Windows, Mac, Solaris, FreeBSD :
- All platforms : https://dev.mysql.com/downloads/mysql/
- MySQL on Windows (suite of tools) : https://dev.mysql.com/downloads/windows/
Linux Repository
On your Linux distros, the MySQL is often very old, (or worst you could download a totally different database).
The solution ? Install the MySQL APT/Yum/SUSE repository, which allows a simple and convenient way to install and update the latest GA, as well as the other products :
- Yum Repository : https://dev.mysql.com/downloads/repo/yum/
- APT Repository : https://dev.mysql.com/downloads/repo/apt/
- SUSE Repository : https://dev.mysql.com/downloads/repo/suse/
BTW please have a look on Ivan Ma‘s blog post : Installation of MySQL.
Others
Official MySQL container images, created, maintained and supported by MySQL :
Docker : https://hub.docker.com/r/mysql/mysql-server/- MySQL in Oracle Container Registry
GitHub repository, created, maintained and supported by MySQL :
MySQL NDB Cluster
MySQL NDB Cluster, is a high-availability, high-redundancy version of MySQL adapted for the distributed computing environment. Available in the above repositories, as well as in these 2 dedicated URLs :
- NDB Cluster : https://dev.mysql.com/downloads/cluster/
Docker (NDB cluster) : https://hub.docker.com/r/mysql/mysql-cluster/- MySQL in Oracle Container Registry
MySQL Enterprise Edition
Oracle customers can sign in to their My Oracle Support account:
Oracle Software Delivery Cloud (e-delivery) allows you to evaluate the MySQL Enterprise products :
- Edelivery : http://edelivery.oracle.com
Official MySQL Enterprise container images:
MySQL Enterprise Edition is also available in Oracle Cloud :
- MySQL Cloud Service : https://cloud.oracle.com/mysql
Old versions
Sometimes we do not have a choice, a particular version is mandatory. You will find it in the archives :
- MySQL Server : https://downloads.mysql.com/archives/community/
- MySQL NDB Cluster : https://downloads.mysql.com/archives/cluster/
- MySQL product archives : https://downloads.mysql.com/archives/
Thanks for using MySQL!
Cloud Solutions Architect at Oracle
MySQL Geek, author, blogger and speaker
I’m an insatiable hunger of learning.
—–
Blog: www.dasini.net/blog/en/
Twitter: https://twitter.com/freshdaz
SlideShare: www.slideshare.net/freshdaz
Youtube: https://www.youtube.com/channel/UC12TulyJsJZHoCmby3Nm3WQ
—–
[…] Read this post in English […]