-
Which of these is not used to connect to the MySQL server?
-
- mysql_upgrade
- mysql
- mysqladmin
- mysqlcheck
- None of these
Correct Option: A
mysql_upgrade is used after a MySQL upgrade operation. It checks tables for incompatibilities and repairs them if necessary. It updates the grant tables with any changes that have been made in newer versions of MySQL.