Skip to content
naudefj edited this page May 14, 2023 · 1 revision

FUDforum provides experimental support for Microsoft SQL Server databases starting.

SQLSRV driver

Support is based on Microsoft's "SQLSRV" driver, which must be downloaded and installed separately.

To enable, add it to your php.ini and restart the web server. For example:

 extension=php_sqlsrv_53_ts_vc6.dll

Create the database

Users should create a SQL Server database before installing FUDforum.

One would typically start SSMS (SQL Server Management Studio), connect, right click on databases and select "New Database". When the wizard starts, enter your database name and click on "OK".

Clone this wiki locally