SQL Server Connection on laravel

1

Well, I have the following error: tcp provider: no connection can be made because the target machine has actively refused them.

I'm using a bank created on my own machine, it's with the ODBC drivers, firewall disabled, however I use wamp to run. Anyone have an idea how to solve it?

Valeus

    
asked by anonymous 11.01.2018 / 16:52

1 answer

0

I was able to resolve it as follows:

Open SQL Server Configuration Manager. Go to SQL Server Network Configuration - > TCP / IP. Switch to Enable and abla IPAddresses, IPAll leave TCP Dynamic ports blank and TCP Port 1433. Remember that you will have to configure it in Laravel correctly.

    
30.03.2018 / 04:17