当前位置:
代码迷
>>
PHP
>> DB_NSN的写法,该如何处理
详细解决方案
DB_NSN的写法,该如何处理
热度:
28
发布时间:
2016-04-28 17:34:05.0
DB_NSN的写法
'DB_DSN'=>'mysql://root:@localhost:3306/thinkphp', 有密码怎么写,比如root的密码是12345
------解决思路----------------------
试试
'DB_DSN'=>'mysql://root:
[email protected]
:3306/thinkphp',
相关解决方案