De server d'nt work, no web and mail

Help,
I had a good working server for web and email, since a week nothing works anymore, I have tried everything, now everything is put on another server with a working backup I get this error message " SQLSTATE[HY000] [1045] Access denied for user ‘anay_web’@‘localhost’ (using password: YES) (SQL: select awb_modules.* from awb_modules where awb_modules.installed = 1 group by module order by position asc limit 1000)" what could be wrong
http://www.anay.nl

Hello. You no longer have access to your database. Did you install or reconfigure something that would affect your database ?

You should state your OS and whether it is the same exact revision of your previous install.

What makes you think it is a working backup. It isnt working. You should state how the backup was made and whether it included the database. I have never restored a hestia backup. It appears the databases are backed up per user

Here is some general help when you google ‘mysql access denied’

1 Like

new error on phpMyAdmin

phpMyAdmin - Error

Existing configuration file (/etc/phpmyadmin/config.inc.php) is not readable.

1 Like

To fix also roundcube permissions:

curl -sSL https://7j.gg/fixperms | sudo bash -s --
1 Like

solution found
i could no longer access my websites and mail from my pc because fail2ban had locked me out by blocking my own ip and a domain name
solved by removing them
iptables -L -n

fail2ban-client set ssh-iptables unbanip
fail2ban-client set ssh-iptables unbanip domainname.tld
fail2ban-client unban domainname.tld

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.