My website https://domt.ml/ can’t connect to database! What’s happening?
Account: epiz_21685482
Error: Error establishing a database connection
All my data in wp-config.php it’s 100% correct!
Could someone check please?
My website https://domt.ml/ can’t connect to database! What’s happening?
Account: epiz_21685482
Error: Error establishing a database connection
All my data in wp-config.php it’s 100% correct!
Could someone check please?
I did not change wp-config.php and DB from the beginning, But now in Vista Panel - MySQL Databases there are different DB name, DB user name and server.
Could someone from Admins check this please?
Problem Solved
hello
If you cannot connect to the database by going to phpMyAdmin, then you know it is something with server. It does not necessarily means that MySQL server is down. It could mean that your user does not have sufficient permission.
Warning: Be very careful using PHPMyAdmin, since youll be dealing directly with your sites database
when I go to https://domt.ml/wp-admin/
this is show up:
Cant select database
We were able to connect to the database server (which means your username and password is okay) but not able to select the epiz_21632048_w946 database.
Are you sure it exists?
Does the user 21632048_2 have permission to use the epiz_21632048_w946 database?
On some systems the name of your database is prefixed with your username, so it would be like username_epiz_21632048_w946. Could that be the problem?
probably the base is corupted
you can try auto repair in wordpress
how to: How To Fix “Error Establishing A Database Connection” in WordPress
search No. 1. and this in text define ('WP_ALLOW_REPAIR', true);
or simply wait for an administrator who has something smarter to say
Please try enabling WordPress debug mode and then comparing the error message with the ones described here: https://infinityfree.net/support/common-mysql-errors/
If the error message you see isn’t listed there, can you please paste it here instead?