Page 1 of 1

[Added] New DB Settings

Posted: Sat Jul 31, 2021 12:20 pm
by admin
nuconfig.php contains new DB settings.

Specify the DB Engine, Collate, Character Set to be used for the zzzzsys_-tables.

Code: Select all

	
$nuConfigDBEngine = "InnoDB";                     //-- InnoDB or MyISAM
$nuConfigDBCollate = "utf8mb4_unicode_ci";        //-- Or utf8_general_ci etc.
$nuConfigDBCharacterSet = "utf8mb4";              //-- Or utf8 etc.