1.

What performs administrative operations?(a) mysqldump(b) mysqladmin(c) mysqlimport(d) mysqlexportThis question was posed to me during an online exam.This interesting question is from MySQL Programs in division MySQL Programming of MySQL

Answer»

Correct choice is (b) mysqladmin

The explanation is: In MySQL, some distributions INCLUDE a set of some client programs. ‘mysqladmin’ PERFORMS the ADMINISTRATIVE OPERATIONS. ‘mysqlimport’ loads the DATA files into the tables.



Discussion

No Comment Found

Related InterviewSolutions