Skip to main content

Database issue

Comments

3 comments

  • kodeslogic
    Have you checked the database configuration file of your website, It should contain the correct information to connect to the database? An example of a WordPress site correct file is "wp-config.php".
    0
  • cPanelAaronH
    Hello, You may want to enable debugging as well to see if this helps. In your wp-config.php file in your WordPress installation directory: define('WP_DEBUG', false);
    to be "true" like below: define('WP_DEBUG', true);
    0
  • ffeingol
    Have you checked everything in the connection data that you are using? If you have shell access, you can use all the parameters from your connection (host, user, password, database name) in command line mysql to test it. If you are sure that the user, password and database are correct, I'd double check if it's using a host name. We just helped a customer that had a similar issue and they had a hard coded hostname (to their old server).
    0

Please sign in to leave a comment.