Home » MYSQL » MySQL Programs » Question
  1. Which of these is not used to connect to the MySQL server?
    1. mysql_upgrade
    2. mysql
    3. mysqladmin
    4. mysqlcheck
    5. 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.



Your comments will be displayed only after manual approval.