In the previous chapter, we installed MySQL 8 and got to know alternative ways to install MySQL 8. We also learned how to migrate and upgrade to MySQL 8. The following are the summary topics explained in the previous chapter:
- MySQL 8 Installation
- Post Installation Setup
- MySQL 8 Upgrading
- MySQL 8 Downgrading
In this chapter, the reader will learn about various programs and utilities available in MySQL 8. The reader will also get to know how to use programs and utilities in MySQL 8. The reader will learn about using command-line programs used in MySQL 8. The reader will learn the syntax for the program and how they are being used with specific options to perform specific operations. The following is a summary of the topics covered in this chapter.
- Overview of MySQL 8 programs
- MySQL 8 command-line programs
- MySQL 8 client programs ...