• Resolved kimberlychapman

    (@kimberlychapman)


    I said 3.4.1 above because I updated recently but I can’t even login to be sure.

    All of my WordPress blogs are down this morning. They were all fine last night and I didn’t change anything in between.

    https://www.eat-the-evidence.com/
    https://www.findinggaia.com/blog/
    https://findinggaia.com/world/wordpress/

    They all say:

    Error establishing a database connection

    And when I try to log in they say:

    Error establishing a database connection
    This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at mysql.eat-the-evidence.com. This could mean your host’s database server is down.

    Are you sure you have the correct username and password?
    Are you sure that you have typed the correct hostname?
    Are you sure that the database server is running?
    If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.

    They are all hosted at Dreamhost. I submitted a support ticket there but I have a sneaky feeling they’re going to tell me to talk to WordPress, and WordPress is going to tell me to talk to them.

    But I see some other people posting the same error message this morning here so I’m thinking it’s more likely a WordPress issue?

    I have zero experience with SQL stuff and don’t know the first thing about how to fix any of it.

    Anyone else having this problem? Better yet, anyone know how to fix it?

Viewing 10 replies - 1 through 10 (of 10 total)
  • If all your blogs with Dreamhost are down, it’s more likely that they have a database problem.

    Wait for their reply.

    They were all fine last night and I didn’t change anything in between.

    If you have 3 sites on the same service and they all use the same address for the database connections, and all three sites failed simultaneously with the same “Error establishing a database connection” message with no changes being made to files on any of them, then that’s the type of evidence that might suggest that WordPress isn’t likely to be the issue.

    we can’t contact the database server at mysql.eat-the-evidence.com. This could mean your host’s database server is down.

    This seems likely. It’s the first thing that should be verified or ruled out with your host before starting any other troubleshooting, just to be safe.

    Thread Starter kimberlychapman

    (@kimberlychapman)

    Ah, okay, thanks. I’m truly clueless about the server side of things with this stuff.

    Hopefully they get it fixed soon…thanks.

    go To u r server and than click On PHP myadmin
    after that you have to import ur databse and export that databse in Php my Admin

    and than change localhost with u r host
    Password
    and databse name

    hope will recover soon

    Step#01

    Export your database file from Mysql/PhpMyAdmin

    Step#02

    Open .sql file name With Notepad Find and Replace all url

    that conatin https://localhost/yoursite with

    https:// yoursite.com and than save it

    step#03

    select all site folder and upload vai an Ftp program

    e.g ( Filezila ) to your destignation server

    step#04

    go to yoursite.com/phpMyadmin and connect to your database

    choose import and import file that you have Export from

    localhost like xyz.sql file

    Step#05

    now open wp-config.php file from u r wordpress folder in root

    directory than change following credentials

    $dbname=””;

    $db_user=””;

    $db_password =””;

    and than save it

    step#06

    log on to Your website now its Ready to start

    for e.g https://Www.mysite.com

    https://uploaddynamicsitetotheserver.blogspot.com/

    follwo above website and each website

    u will get Rid soon upon that problem

    Thread Starter kimberlychapman

    (@kimberlychapman)

    When I try to login to the MySQL thing it says:

    #2013 – Lost connection to MySQL server at ‘reading initial communication packet’, system error: 111

    So I think their server is being screwy.

    Thanks though…

    Thread Starter kimberlychapman

    (@kimberlychapman)

    Ah, Dreamhost has now sent out a whoopsie email to everyone on the server that went thud. So I’ll mark this as resolved since it’s their problem.

    Thanks to all who tried to help!

    It can be frustrating having to wait on an issue that’s completely out of your control like that. Glad they got it fixed!

    Dreamhost has now sent out a whoopsie email to everyone on the server that went thud.

    What exactly is the problem? It seems some others also had the same problem.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Error establishing a database connection’ is closed to new replies.