|
Sorry. :P
Yes, I'm trying to use a php script. Mysql server works fine, I can use it with webmin.
This is the code I'm trying to use:
$this->db = mysql_connect($this->computer, $this->user, $this->password) or die("Error.<br>");
It shows me error in the navigator, and I've already create a user with permisions to access the db. May it be a problem with php modules?
|