Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

[Added] New DB Settings

Information about updates, news, Code Library
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

[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