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.