I have an error on opening my site, where is problem in my site
www.iphonehdwallpapers.org
Error establishing a database connection

Recommended Answers

All 2 Replies

It is really kind of hard to help you without seeing the code for your site. If you post it up here make sure you change the password to something different.

I have an error on opening my site, where is problem in my site
www.iphonehdwallpapers.org
Error establishing a database connection

This error is your OWN error. If you're trying to open a MySQL DB, the first thing is to connect to the server, then the database.

In this case, it seems like the error is failure to connect to the server. The better way to show the exact error is to (assuming you're on php), use an echo statement and throw out the mysql_error() value.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.