Conecting to a remote mysql host in conf.ini

Hi everyone
I'm trying to set-up xataface for a web host that has the database server on a different host (not localhost)
When configuring conf.ini for the database I get a blank page. (I use Firefox on a MAC. I also tried Safari)
The configuration file looks like that:
Is Dataface working only for localhost?
I tried the a resembling configuration for another server and I get the same results.
Can someone help me? As soon as possible? If I don't fix this in fast (one or two days), I'll have to think at another possibility, and I don't wanna do that.
Thank you in advance.
I'm trying to set-up xataface for a web host that has the database server on a different host (not localhost)
When configuring conf.ini for the database I get a blank page. (I use Firefox on a MAC. I also tried Safari)
The configuration file looks like that:
- Code: Select all
;;Configuration settings for application
title="test_mini"
[_database]
host="mysql5.hostbase.net"
name="test_mini"
user="user"
password="password"
[_tables]
utilizator = "Utilizator"
categorii = "Categorii"
produs = "Produs"
Is Dataface working only for localhost?
I tried the a resembling configuration for another server and I get the same results.
Can someone help me? As soon as possible? If I don't fix this in fast (one or two days), I'll have to think at another possibility, and I don't wanna do that.
Thank you in advance.