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.
- i enabled tcp/ip. ipall tcp port 1433 sql server configuration manager.
- i restarted sql server & sql server browser , set automatic
- i have database named
testdata
, table namedbo.users
in pc windows10 - 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 - i not 100 percent sure above step 4 necessary connect macbook pro.
- 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
Post a Comment