#1
Hello,

How do I change the database.config so that it connects to a SQLite database. Thanks.

//Database settings for mysql
define('HOST', '127.0.0.1');
define('PORT', '3306');
define('USER', 'root');
define('PASSWORD', '');
define('DATABASE', 'test123');
#2
Hello,
Try this post.
https://trongate.io/help_bar_threads/display/FK96dUe9y55H
Dan
#3
Congratulations