1.

Which of these is not used to connect to the MySQL server?(a) mysql(b) mysqladmin(c) mysqlcheck(d) mysql_upgradeI have been asked this question in an online interview.Question is taken from MySQL Programs in portion MySQL Programming of MySQL

Answer»

The correct option is (d) mysql_upgrade

The 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.



Discussion

No Comment Found

Related InterviewSolutions