- MySQL 8 for Big Data
- Shabbir Challawala Jaydip Lakhatariya Chintan Mehta Kandarp Patel
- 171字
- 2021-08-20 10:06:07
MySQL 8 installation
Once you have the RPM packages, just install it using the following command. This will place the required files and folder under the system directories:
rpm -vih <package-name>.rpm
For the standard installation, it requires only mysql-community-common, mysql-community-libs, mysql-community-client, and mysql-community-server packages. Look at the following screenshot for the installation process:

After the successful installation, just check its version to validate if it's installed properly and can be accessible:

The next step is to reset the temporary password during post-installation. MySQL will restrict you to use the database before changing this temporary password. A temporary password will be generated by MySQL and available in its log file. To retrieve a temporary password, you need to open the /var/log/mysql/mysqld.log file and search for the temporary password keyword.
Copy this and try to connect to MySQL with the following command:

As shown in the preceding screenshot, you will land on a MySQL command prompt, where you can execute the following query to reset the password:
ALTER USER 'root'@'localhost' IDENTIFIED BY '<NEW_PASSWORD>';
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- Mastering Adobe Captivate 2017(Fourth Edition)
- Python數據分析入門與實戰
- OpenCV 3和Qt5計算機視覺應用開發
- OpenShift在企業中的實踐:PaaS DevOps微服務(第2版)
- 用Python實現深度學習框架
- The DevOps 2.5 Toolkit
- Access 2010數據庫應用技術(第2版)
- Learning OpenStack Networking(Neutron)(Second Edition)
- AIRIOT物聯網平臺開發框架應用與實戰
- 創意UI:Photoshop玩轉APP設計
- Puppet:Mastering Infrastructure Automation
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- Java核心編程
- CISSP in 21 Days(Second Edition)