Internal Error - Failed to load databases list
hi @Abdhesh, when you receive internal server error, DA will log real error into the error log. You can check it with SSH access using commands:
Last 200 log entries:
Code:
journalctl -u directadmin -n 200
Live log watching (use Ctrl+C to terminate):
Code:
journalctl -u directadmin -f
mysql_upgrade -u da_admin -p --force
this fixxxed the issue
Comments
Post a Comment