Let's say I got
$db_name = "your_database" ;
$username = "your_user" ;
$password = "your_MySQL_pas sword";
I'm not sure about
$db_server = "mysql.server.c om";
Although I got a domain name. How to find out what is SQL hostname?
If I had that hostname, would that be enough to connect to the mySQL
database (if I dont got access to the server itself, i.e. no FTP access or
similar)
Thanks in advance
$db_name = "your_database" ;
$username = "your_user" ;
$password = "your_MySQL_pas sword";
I'm not sure about
$db_server = "mysql.server.c om";
Although I got a domain name. How to find out what is SQL hostname?
If I had that hostname, would that be enough to connect to the mySQL
database (if I dont got access to the server itself, i.e. no FTP access or
similar)
Thanks in advance
Comment