錯誤提示: Error 500 CDbConnection.connectionString cannot be empty. 我用demo文件夾中的blog做的測試,已經導入了schema.mysql.sql到數據庫 并且更改了main .php中的注釋(如下),在Model Generator時報錯Error500 'db'=>array( 'connectionString' => 'mysql:host=localhost;dbname=blog', 'emulatePrepare' => true, 'username' => 'root', 'password' => '', 'charset' => 'utf8', 'tablePrefix' => 'tbl_', ),
添加回答
舉報
0/150
提交
取消