Configure SQLSRV on WEBENGINE Sucessfully

Results 1 to 7 of 7
  1. #1
    Member 1337Wesley is offline
    MemberRank
    Mar 2015 Join Date
    GameServer.exeLocation
    79Posts

    thumbs up Configure SQLSRV on WEBENGINE Sucessfully

    1)Delete all instances and registers of SQL Server, or more agressive way: format PC/Virtual machine and start again all over.

    2) Install Xampp 7.1

    3) Download and place these DLL https://github.com/Microsoft/msphpsq...indows-7.1.zip on "C:\xampp\php\ext" and take note of the names of the DLL

    4) Very important: Go to PHP.ini and put exactly the name of the DLL Extension you wish to activate, not just "extension=php_pdo_sqlsrv.dll". You have to put "extension=php_sqlsrv_71_ts.dll" and "extension=php_pdo_sqlsrv_71.dll", or the exact name of your DLL for your PHP Version.

    5)When you register the name of your instance of SQL On the installation, you need to put "PCNAME\INSTANCE" In my case its "SVPC\MUSV"

    6)Add the executables of SQL to the firewall exceptions, only private, not public.
    "C:\Program Files\Microsoft SQL Server\MSSQL10_50.MUSV\MSSQL\Binn\sqlservr.exe"

    "C:\Program Files\Microsoft SQL Server\90\Shared\sqlbrowser.exe"

    Any question? i will happily answer and try to help.

    I Speak spanish and english.


  2. #2
    Uber Leet gaymar001 is offline
    MemberRank
    Jun 2009 Join Date
    401Posts

    Re: Configure SQLSRV on WEBENGINE Sucessfully

    what is the compatible version for IGCN season 9?
    thanks

  3. #3
    Member 1337Wesley is offline
    MemberRank
    Mar 2015 Join Date
    GameServer.exeLocation
    79Posts

    Re: Configure SQLSRV on WEBENGINE Sucessfully

    Quote Originally Posted by gaymar001 View Post
    what is the compatible version for IGCN season 9?
    thanks
    its compatible with any, you just should modify and edit tables from your database.

  4. #4
    Member nooberc is offline
    MemberRank
    Jun 2007 Join Date
    IrelandLocation
    95Posts

    Re: Configure SQLSRV on WEBENGINE Sucessfully

    update link for dll

  5. #5
    Novice C++ allexander is offline
    MemberRank
    Feb 2011 Join Date
    European UnionLocation
    580Posts

    Re: Configure SQLSRV on WEBENGINE Sucessfully

    Quote Originally Posted by nooberc View Post
    update link for dll
    here you go (use latest Xampp):

    Link

  6. #6
    Account Upgraded | Title Enabled! pointback is offline
    MemberRank
    Jun 2018 Join Date
    211Posts

    Re: Configure SQLSRV on WEBENGINE Sucessfully

    I'm using a xampp 5.6 32 bit and i download the php_sqlsrv_56_ts.dll , php_sqlsrv_56_nts.dll , do i need to rename the two dll in php_pdo_sqlsrv.dll and add it in php.ini in this line extension=php_pdo_sqlsrv.dll correct me if i'm wrong.

  7. #7
    Valued Member R1cis is offline
    MemberRank
    Dec 2007 Join Date
    LithuaniaLocation
    116Posts

    Re: Configure SQLSRV on WEBENGINE Sucessfully

    Quote Originally Posted by pointback View Post
    I'm using a xampp 5.6 32 bit and i download the php_sqlsrv_56_ts.dll , php_sqlsrv_56_nts.dll , do i need to rename the two dll in php_pdo_sqlsrv.dll and add it in php.ini in this line extension=php_pdo_sqlsrv.dll correct me if i'm wrong.
    You do not need to rename the files, just make sure you've got the lines
    extension=php_sqlsrv_56_ts.dll
    extension=php_pdo_sqlsrv_56_ts.dll

    or whatever. The important thing is you have to include them on your php.in the way the files are called in the directory once you copy them in.



Advertisement