用gii生成model时修改了数据库后错误 [ 1.1 版本 ]
在用gii生成model时修改了数据库后错误
A valid database connection is required to run this generator.
数据库配置如图
共 1 个回答
-
jhomephper 回答于 2015-06-29 20:30 举报
数据库配置!需要配置一下!
return [ 'class' => 'yii\db\Connection', 'dsn' => 'mysql:host=localhost;dbname=xxx', 'username' => 'root', 'password' => 'root', 'charset' => 'utf8', 'tablePrefix' => 'xx_', ];
共 2 条回复jhomephper 回复于 2015-07-03 18:17 回复@善若善依 嗯
善若善依
注册时间:2013-12-18
最后登录:2015-09-28
在线时长:22小时4分
最后登录:2015-09-28
在线时长:22小时4分
- 粉丝1
- 金钱30
- 威望0
- 积分250