在數(shù)據(jù)庫配置中進(jìn)行如下配置即可:
推薦學(xué)習(xí):yii框架
<?php return [ 'class' =>?'YIIdbConnection', ????'dsn'?=>?'mysql:host=127.0.0.1;?dbname=ohmycto;?charset=utf8', ????'username'?=>?'website', ????'password'?=>?'mengde1B', ];
更多編程相關(guān)內(nèi)容學(xué)習(xí),請訪問php中文網(wǎng)yii框架欄目!
? 版權(quán)聲明
文章版權(quán)歸作者所有,未經(jīng)允許請勿轉(zhuǎn)載。
THE END