gmark Posted November 24, 2010 Share Posted November 24, 2010 I've got some PHP code that accesses SQL on an Amazon cloud server. Other machines running Unix and Windows can perform accesses fine using the server name (IP for Windows, label for Unix), database name (string) and a password (string). However, the same code FAILS on OSX (my Macbook Pro). SQL managers on my MBP have no problem accessing it, since I've made the proper exceptions on the AWS firewall. But PHP can't do any MS SQL reads of this database. Is there something else I don't know? Is there some other key information being exchanged that my MBP needs to send that I can't see? TIA!! Link to comment https://forums.phpfreaks.com/topic/219652-mssql-on-cloud-osx-is-weird/ Share on other sites More sharing options...
trq Posted November 24, 2010 Share Posted November 24, 2010 What error are you getting? Link to comment https://forums.phpfreaks.com/topic/219652-mssql-on-cloud-osx-is-weird/#findComment-1138837 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.