Common Database Error

by 3 replies
4
Hi Everyone

I have come across this error on many a site including mine error lited below :

Does any know what could be the cause of this and is theri a solution

Your Input is muchly appreciated
#programming #common #database #error
  • Simply means that at the moment the database query was made, the script couldn't connect to the database program.

    Common causes: database server down or offline, causing a temporary or intermittent failure to connect; database connection credentials (username, password, hostname, etc.) are incorrect, which would cause a permanent or ongoing failure.
  • ^^ Yup, pretty much nailed by Steve.

    Check if your database server is running and database easyjetz_1 is exist first.
  • Thanks Steve it looks like you where correct temporary unavailable and no database like that created must run through a wordpress plugin as its all working now thanks again

Next Topics on Trending Feed