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

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -