What's the address of my mysql server? I've tried grixdb.exofire.net, the website address, but I can't connect.
What's the address of my mysql server? I've tried grixdb.exofire.net, the website address, but I can't connect.
Did you try localhost?
localhost should work
if not, try exofire.net
if thats not working, rewrite the script
NoMore
sorry for bad english :\
localhost does work for my site on exofire.net, so that would be the right then I assume![]()
Yeah, I tried, but I think the problem is that it's not finding the server at all, as if it's wrong address.. It is username.exofire.net right?
write you code here (put * where pass is)
NoMore
sorry for bad english :\
How are you trying to connect to the MySQL server? Is it from a script or program on the server itself, or from a remote place?
It is an .exe. I use a .dll as a brigde to mysql. I don't think you know the programming langunage..
if !gmsql_init()
{
show_message(gmsql_errormessage())
break
}
if !gmsql_connect("grixdb.exofire.net","grixdb_grix"," *","grixdb_game")
//(address of server, username, password, database)
{
show_message(gmsql_errormessage())
break
}
Last edited by GrixDB; 08-24-2007 at 03:42 PM.
Are you connecting remotely? If so we need to add your IP to the firewall. We don't allow open connections to the MySQL server.
Ah ok. I didn't know.