Yii Blog Demo App

Hi,

I would like to use my own MySQL database for the Blog Demo App.

Can someone please tell me know how and where to give the credentials of my created MySQL Database.

Thanx

goto your blog app inside protected/config/main.php and read the configuration file and just uncomment it the db array() that uses mysql and comment it the db array() that uses sqlite database.

goto your blog app inside protected/config/main.php and read the configuration file and just uncomment it the db array() that uses mysql and comment it the db array() that uses sqlite database.

thanx a lot Ahamed.

It worked like a charm :rolleyes: