|
|
|
ต่อ mssql กับ yii ใน xampp ไม่ได้ครับ แนำนำด้วยครับ |
|
|
|
|
|
|
|
ผมทำการ config db ผ่านทาง mssql โดยมีคำสั่งดังนี้
'db'=>array(
'connectionString' => 'mssql:host=xxxxx;dbname=xxxxxx',
'emulatePrepare' => true,
'username' => 'aa',
'password' => 'bb',
'charset' => 'utf8',
มันบอกว่า
CDbConnection failed to open the DB connection: could not find driver
หรือเปลี่ยนมาเป็น
'db'=>array(
'connectionString' => 'sqlsrv:Server=tcp:xxxx;Database=xxxxx',
'emulatePrepare' => true,
'username' => 'aa',
'password' => 'bb',
'charset' => 'utf8',
Code
CDbConnection failed to open the DB connection: SQLSTATE[IMSSP]: An unsupported attribute was designated on the PDO object.
ผมลองทำตามคำแนะนำ ทำการเปิก extention ; ใน php.ini และ โหลดไฟล์
php_sqlsrv_53_ts_vc9.dll
php_pdo_sqlsrv_53_ts_vc9.dll
มาใส่ใน php/ext/ restart apeche มันบอกไฟล์ไม่ซับพอร์ด
ผมเปนดู phpinfo(); เปน version 5.4
ประเด็นที่ ผมหาไฟล์
php_sqlsrv_54_ts.dll
php_pdo_sqlsrv_54_ts.dll สองตัวนี้ 32 บิทไม่เจอครับ ไม่มีเลย
แนะนำทีครับ ผมไงดี
Tag : PHP, Ms SQL Server 2008, Yii PHP Framework
|
|
|
|
|
|
Date :
2014-06-02 16:47:33 |
By :
golf |
View :
1519 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้ไปเซตค่าใน my propertie อะไรตรงนั้นยังครับ
click
|
ประวัติการแก้ไข 2014-06-03 13:42:16
|
|
|
|
Date :
2014-06-03 13:41:29 |
By :
progamer2000 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมก็ติดเหมือนกันครับ ใครได้ ขอวิธีด้วยครับบบบ
|
|
|
|
|
Date :
2014-11-25 14:57:38 |
By :
wirun_ping |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
'db' => array(
'class' =>'CDbConnection',
'connectionString' => 'mssql:host=.;port=1433;dbname=demo',
'username' => 'sa',
'password' => 'password',
),
;extension=php_mssql.dll
extension=php_mssql.dll
;extension=php_pdo_mssql.dll
extension=php_pdo_mssql.dll
|
|
|
|
|
Date :
2014-11-25 15:50:41 |
By :
yokvoice |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|