- 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>';
- DB2 V9權威指南
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- Learning Elixir
- Practical DevOps
- OpenNI Cookbook
- 云原生Spring實戰
- Learn Scala Programming
- Java Web應用開發技術與案例教程(第2版)
- Full-Stack Vue.js 2 and Laravel 5
- 利用Python進行數據分析(原書第3版)
- Getting Started with Gulp
- Android驅動開發權威指南
- PHP編程基礎與實踐教程
- Node學習指南(第2版)
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide