Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

[Added] New DB Settings

Information about updates, news, Code Library
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

[Added] New DB Settings

Unread post 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.
Post Reply