- MySQL 8 for Big Data
- Shabbir Challawala Jaydip Lakhatariya Chintan Mehta Kandarp Patel
- 204字
- 2021-08-20 10:06:07
Cross-platform capabilities
MySQL provides cross-platform flexibility that can run on various platforms such as Windows, Linux, Solaris, OS 2, and so on. It has great API support for the all major languages, which makes it very easy to integrate with languages like PHP, C++, Perl, Python, Java, and so on. It is also part of the LAMP (Linux Apache MySQL PHP) server that is used worldwide for web applications.
It's now time to get our hands dirty and take a look at MySQL 8; let's start with the installation of MySQL 8 on a Linux platform in our case. We prefer MySQL 8 on a Linux operating system as that has been a common use case across many organizations. You are able to use it on other platforms that MySQL supports, such as Windows, Solaris, HP-UNIX, and so on. Linux provides various ways to install the MySQL server, as follows:
- RPM package
- YUM repository
- APT repository
- SLES repository
- Debian package
- TAR package
- Compiling and installing from the source code
We will install MySQL 8 with an RPM-based Linux distribution provided by Oracle; however, you can choose either of the approaches mentioned here. Let's see how to obtain and install it using the RPM package.
- JMeter 性能測試實戰(第2版)
- Learning SAP Analytics Cloud
- Android NDK Beginner’s Guide
- 精通Python自然語言處理
- Unity 2D Game Development Cookbook
- Java Web開發詳解
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- Java圖像處理:基于OpenCV與JVM
- Photoshop CC移動UI設計案例教程(全彩慕課版·第2版)
- Ext JS 4 Plugin and Extension Development
- OpenCV 3.0 Computer Vision with Java
- WordPress Search Engine Optimization(Second Edition)
- Java多線程并發體系實戰(微課視頻版)
- Java Web動態網站開發(第2版·微課版)
- C語言程序設計