db.php 202 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 <?php return array( 'connectionString' => 'mysql:host=localhost;dbname=autolifeNew', 'emulatePrepare' => true, 'username' => 'root', 'password' => 'siemens', 'charset' => 'utf8', );