PHP & MySQL extension

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
davila
Advanced user
Posts: 28
Joined: Tue May 16, 2006 3:11 pm

PHP & MySQL extension

Post by davila »

TestLink 1.7.1
OS: MS Windows Server 2003 SP2
Web: IIS v6
PHP: 5.2.5 (phpinfo.php works great)
SQL: SQL Server 2005

Can't install b/c PHP install doesn't have the mysql extension. I've uncommented in the php.ini, read and tried a bunch of stuff from online, and nothing is solving the problem.

Any ideas?
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

SQL: SQL Server 2005 -> you need to enable MSSQL not MYSQL
davila
Advanced user
Posts: 28
Joined: Tue May 16, 2006 3:11 pm

Post by davila »

Yep, did that. This is part of what I have in the php.ini:

extension=php_msql.dll
extension=php_mssql.dll
extension=php_mysql.dll
extension=php_mysqli.dll
davila
Advanced user
Posts: 28
Joined: Tue May 16, 2006 3:11 pm

Post by davila »

and these too (?)

extension=php_pdo_mssql.dll
extension=php_pdo_mysql.dll
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

Stupid question:
1. have you restarted you webserver after changed php.ini ?

2. Your attention please:
SQL SERVER 2005 wants strong passwords when creating users.
I've done several tests, but Store Procedures give me not enough info
to create feedback message for User

Best Solution
Use scripts for MSSQL present on install dir, and create your config_db manually

then let me now
davila
Advanced user
Posts: 28
Joined: Tue May 16, 2006 3:11 pm

Post by davila »

Yes, we have restarted. Not a stupid question.

We've decided to install on Linux and if we try Windows again, I'll try these suggested steps.

Thx!
Post Reply