SMF Support > Install and Upgrade Help

Sql LITE

(1/4) > >>

Victorinyang1:
Am using sql lite for my forum how can i change it so that i can connect my database?

Ricky.:
In Settings.php , look for section talking about $db_type  :

$db_type = 'mysql';
$db_server = 'localhost';
$db_name = '';
$db_user = '';
$db_passwd = '';


Provide your new db details there (also db type, here its mysql) . .. I hope this what you asked, ie. changed db type, then you also need to import your old db to new one.

Victorinyang1:
Thanks

Victorinyang1:
Pls what should i put here
$ssi_db_user = '';

$ssi_db_passwd = '';

Ricky.:
Leave them blank .

Navigation

[0] Message Index

[#] Next page

Go to full version