TapeGun007 Posted January 6, 2017 Share Posted January 6, 2017 So I have mySQL Workbench that connects to my host and they require an SSH Connection. I have that option set in mySQL workbench. I am able to connect just fine and look at the database that my developer has coded. Now I actually want to use PHP to connect to the database and pull some information out to utilize on another domain name. Can anyone give me a link or help me understand, how can I connect to a mySQL db using SSH in a PHP script? Quote Link to comment Share on other sites More sharing options...
benanamen Posted January 6, 2017 Share Posted January 6, 2017 The SSH is for a remote connection. Your script will run on the server. No SSH needed. Quote Link to comment Share on other sites More sharing options...
requinix Posted January 7, 2017 Share Posted January 7, 2017 You're sure it's SSH and not SSL? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.