Connect to MySQL database using SSH |
Hi again ! Sorry I have not done this in my life, and since I'm from Russia it was easier for me to find the info in my native language... In General, digging a little deeper into this topic, I realized that we need some kind of program that creates a tunnel on port 3306 (this is a standard MySQL port), then you need to write a login and password from the database and try to connect through the usual function mysql_connect("localhost:3306", "user", " pass");
This program is name PuTTY I would change this world, but God doesn't give me the source.
|
Messages In This Thread |
Connect to MySQL database using SSH - by DanielAttard - 09-30-2019, 10:41 PM
RE: Connect to MySQL database using SSH - by mboufos - 10-01-2019, 02:02 AM
RE: Connect to MySQL database using SSH - by Digital_Wolf - 10-01-2019, 08:44 AM
RE: Connect to MySQL database using SSH - by DanielAttard - 10-01-2019, 12:49 PM
RE: Connect to MySQL database using SSH - by Digital_Wolf - 10-02-2019, 04:57 AM
RE: Connect to MySQL database using SSH - by DanielAttard - 10-02-2019, 07:58 AM
RE: Connect to MySQL database using SSH - by Digital_Wolf - 10-02-2019, 09:40 AM
|