Step 1: Open the directory “/root/app/config/”Step 2: Rename the “database.php.default” into “database.php”Step 3: Open the file, that contain the default variable as shown below. Change the array variable values var $default = array(‘driver’ => ‘mysql’,‘connect’ => ‘mysql_connect’,‘host’ => ‘localhost’,‘login’ => ‘user’,‘password’ => ‘password’,‘database’ => ‘project_name’,‘prefix’ => ”); driver : This can be mysql, postgres, sqlite, [...]
↧