Google News
logo
MySQL - Quiz(MCQ)
Which of these is not used to connect to the MySQL server?
A)
mysql
B)
mysqlcheck
C)
mysqladmin
D)
mysql_upgrade

Correct Answer :   mysql_upgrade


Explanation : 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.

Advertisement