- MySQL 8 for Big Data
- Shabbir Challawala Jaydip Lakhatariya Chintan Mehta Kandarp Patel
- 103字
- 2021-08-20 10:06:07
Obtaining MySQL 8
Download the RPM package of the MySQL Community Server from its download page (https://dev.mysql.com/downloads/mysql/8.0.html). There are various variants available based on the operating system and its architecture version. It comes with different packages that can be described by the package name. The following syntax is followed by the package name:
packageName-version-distribution-archType.rpm
Package Name: Name of the package, like myql-community-server, mysql-community-client, mysql-community-libs
Version: Describes the version-particular package
Distribution: This says the package is intended for which Linux distribution based on its abbreviation

Arch Type: Describes the processor type for which the package was built, like x86_64, i686, and so on
推薦閱讀
- Java 9 Concurrency Cookbook(Second Edition)
- Ceph Cookbook
- 認識編程:以Python語言講透編程的本質
- 深入淺出Windows API程序設計:編程基礎篇
- Spring Cloud、Nginx高并發核心編程
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- Java軟件開發基礎
- Learning Apache Mahout Classification
- Python機器學習基礎教程
- Getting Started with Python and Raspberry Pi
- C++ Application Development with Code:Blocks
- R語言數據挖掘:實用項目解析
- SFML Game Development
- TypeScript全棧開發
- Learning Google Apps Script