people who criticize here should have not only education, but also common sense. they should also know what time I made this comment and what my reputation rating was. It is not only about giving an answer, but also giving a proposal that a beginner can point out a problem. I could give an answer, but only after the publication of my comment did someone already give an answer. Look below - best among those represented here
$config['hostname'] = "localhost"; $config['username'] = "username"; $config['password'] = "password"; $config['database'] = "database"; $config['dbdriver'] = "mysql"; $config['dbprefix'] = ""; $config['pconnect'] = FALSE; $config['db_debug'] = TRUE; $config['cache_on'] = FALSE; $config['cachedir'] = ""; $config['char_set'] = "utf8"; $config['dbcollat'] = "utf8_general_ci";
source share