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');
SQLite Database Connection
3 years ago
3 years ago
#1
3 years ago
#2
Hello,
Try this post.
https://trongate.io/help_bar_threads/display/FK96dUe9y55H
Dan
Try this post.
https://trongate.io/help_bar_threads/display/FK96dUe9y55H
Dan
3 years ago
#3
Congratulations