Web Hosting Talk







View Full Version : PHPbb/mySQL newbie probs


Coolblu
06-29-2001, 08:45 PM
Help!

I am trying to configure a phpBB discussion board using a remote mysql database (freesql.org). I cannot seem to connect, it gives me the error:

Error, I could not connect to the database at www.freesql.org. Using username myusername and password mypass

Does anyone have any experience with this and could give me a hand.?


Thanks

Nick :rolleyes:

Jedito
06-30-2001, 01:28 PM
I install it several times in diferent server.
Contact me at support@downtownhost.com

wmac
07-04-2001, 06:42 PM
Hello

If you can not sove the problem, you'd rather go to their own support forum.

I have asked several questions there and received the answer very soon.

Regards,
Mac

Lacey
07-04-2001, 07:28 PM
Problem with it to kept getting error messages I scraped it and got XMB not one problem setting it up :)

Annette
07-04-2001, 08:13 PM
Coolblu, this is generally a problem with the 'host' setting. It seems that you have instructed the software to connect to the host 'www.yourdomain.com' - try changing that to 'localhost'. Also, verify the name of your database. Often, it will be in the format domain_com or user_databasename. Better than giving up on something just because you get errors when trying to set it up.

Marty
07-05-2001, 12:06 AM
If I understand correctly, You are connecting to a database on a different server than the one that the php files are hosted on. In which case, Annette's advice would not work. Knowing Annette's technical expertise, I would say she just needs a serious nap. :) I would put the IP address in the hostname field instead of a name and try that. Along with verify the database name, username, and password.

Annette
07-05-2001, 09:47 AM
This is your brain on waaay too little sleep.

Now that I've had a little nap, though:

For remote access to databases, especially on linux systems, the default connection type is localhost only - which means that you may need the host of the remote database to set up access to that database from whatever IP address(es) you'll be connecting from. It's akin to myODBC setups.