Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

[Added] New DB Settings

Information about updates, news, Code Library
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 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