- 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>';
- jQuery Mobile Web Development Essentials(Third Edition)
- Learn Type:Driven Development
- 深入淺出Java虛擬機:JVM原理與實戰
- Apache Hive Essentials
- Internet of Things with the Arduino Yún
- Python機器學習經典實例
- Learning FuelPHP for Effective PHP Development
- Python深度學習原理、算法與案例
- C# Multithreaded and Parallel Programming
- Scratch·愛編程的藝術家
- 從Excel到Python數據分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- 貫通Tomcat開發
- Java Web動態網站開發(第2版·微課版)
- Android熱門應用開發詳解
- Visual FoxPro程序設計實驗教程