1.

Which of these exports table definitions and contents?(a) mysqldump(b) mysqladmin(c) mysqlimport(d) mysqlexportThis question was posed to me in homework.This intriguing question originated from General MySQL Administration topic in section MySQL Administration of MySQL

Answer»

Right choice is (a) mysqldump

Best explanation: In MYSQL, some DISTRIBUTIONS INCLUDE a SET of some CLIENT programs. ‘mysqldump’ exports the table definitions and the contents. ‘mysqladmin’ performs adminisitrative tasks.



Discussion

No Comment Found

Related InterviewSolutions