Yii to disable SQLlite3 to MySQL and enter codes problem

Asked By 10 points N/A Posted on -
qa-featured

I need to setup yii framework on wamp. I am facing problem to use yii framework to disable the setting from sqllite3 to MySQL and entering the actual codes. Please help me to use yii to disable it and enter codes.

SHARE
Answered By 0 points N/A #139010

Yii to disable SQLlite3 to MySQL and enter codes problem

qa-featured

There are few simple steps to setup yii framework on wamp and change the settings to MySQL:

1)  Install wamp.

2)  Add wamp path to environment variables.

3)  Reboot the OS.

4)  Create a new application.

5)  Finally look for the php config file to change the setting to MySQL . You'll just have to modify the code and add the MySQL connection string.

Related Questions