Hi everyone.
Newbie here..
sorry my english still bad.
I just bought script.
How to replace Database?
If, i dont have cpanel?
I use Server Pilot.
here the code..
what should i do?
Thank you very much.
Newbie here..
sorry my english still bad.
I just bought script.
How to replace Database?
If, i dont have cpanel?
I use Server Pilot.
here the code..
Code:
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
$active_group = "default";
$active_record = TRUE;
$db['default']['hostname'] = "localhost";
$db['default']['username'] = "DBusername";
$db['default']['password'] = "DBpassword";
$db['default']['database'] = "DB";
$db['default']['dbdriver'] = "mysql";
$db['default']['dbprefix'] = "ads_";
$db['default']['active_r'] = TRUE;
$db['default']['pconnect'] = FALSE;
$db['default']['db_debug'] = TRUE;
$db['default']['cache_on'] = FALSE;
$db['default']['cachedir'] = "";
$db['default']['char_set'] = "utf8";
$db['default']['dbcollat'] = "utf8_general_ci";
?>
what should i do?
Thank you very much.