MySQL ile Windows Server üzerinde IIS çalışan bir PHP sitesi almak için çalışıyorum.
Ben bu hatayı alıyorum ...
Ölümcül hata: tanımlanmamış işlev mysql_connect () C Call: \ inetpub ... \ adodb hattında 363 sürücüleri \ adodb-mysql.inc.php \
Güncellemek ...
This link outlines the steps I followed to install PHP on my server:
How do I get PHP and MySQL working on IIS 7.0 ?
(note especially steps 6 and 8 regarting php.ini and php_mysql.dll).
Phpinfo rapor referans SQL Sadece iki satır:
<?php
phpinfo();
?>
Configure Command:
cscript /nologo configure.js "--enable-snapshot-build" "--enable-mysqlnd"sql.safe_mode:
Local Value Off, Master Value Off
Güncellemek ...
Ben çözüm bulundu: How do I install MySQL modules within PHP?