In PhpMyAdmin, if you want to store Khmer unicode, what configuration needs to change?

  • A. Change a table’s Storage Engine from MyISAM to InnDB
  • B. Change a table’s Storage Engine from InnDB to MyISAM
  • C. Change a table’s Collation to utf8_general_ci
  • D. None correct

Answer: Option C