- 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.
- 數據庫系統原理及MySQL應用教程(第2版)
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- Python語言程序設計
- C語言程序設計案例式教程
- HTML+CSS+JavaScript網頁設計從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- 鴻蒙OS應用編程實戰
- Python全棧開發:基礎入門
- Python GUI Programming Cookbook(Second Edition)
- C++17 By Example
- 程序員的英語
- Java面試一戰到底(基礎卷)
- C語言程序設計實驗指導教程
- 情境微課開發(第2版)
- ASP.NET 4權威指南
- 嵌入式網絡編程