php - Connect to another computer's local ms sql server from Mac -


i know there lot questions , answers connecting computer's sql server.

but couldn't find right step step.. connect computer (windows 10) pc's sql server 2016 database.

  1. i enabled tcp/ip. ipall tcp port 1433 sql server configuration manager.
  2. i restarted sql server & sql server browser , set automatic
  3. i have database named testdata , table name dbo.users in pc windows10
  4. in windows pc can open ssms 2016 , connect local db windwos authentication. thought have use sql server authentication macbook pro created user login name codeinflash password under `(localdb)\mssqllocaldb\security\logins
  5. i not 100 percent sure above step 4 necessary connect macbook pro.
  6. now... need advice connect computer's local db sql server macbook pro

i have have xampp installed on macbook pro , tested mysql (not mssql) connection through php , worked! post macbook pro's local mysql. followed tutorial swift ios php mysql tutorial

i knew tutorial mysql. never done db connection followed tutorial wnated learn connecting local db. in pc (windows10) have sql server2016 running when run query select @@servername stevekimasus\localdb#xxxxx

now want connect computer's local db.. put webservice/api php can talk pc's local db?

i hope.. explained situation well..

please me.. step step great!

thanks!


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -