Q. Which of these is not used to connect to the MySQL server?
β
Correct Answer: (D)
mysql_upgrade
Explanation: This question is about how we talk to the MySQL database. Imagine MySQL as a giant library, and we need a way to get into it and find the books (data) we need.