mysql - I needed hostname to run sql php script to connect but my hosting company gave me PuTTY with SSH, now I'm lost? -
mysql - I needed hostname to run sql php script to connect but my hosting company gave me PuTTY with SSH, now I'm lost? -
define("host", "need host name"); define("user", ""); define("pass", ""); define("data", "");
need mysql.10web.com instead ssh , putty, been trying understand , implement lost. can explain how create thing work
most of hosting companies mysql server localhost accessible only, have tried :
define("host", "localhost");
php mysql ssh putty
Comments
Post a Comment