@schauhan11 great, that looks good. Next step is to change the database user associated the Plesk administrator user. From the screenshot you posted previously I gather that the current database user is named
server_admin, we'll need to change that to just
admin. As thats the database user Plesk need to authenticate. This will probably will solve your issue, but additional steps might be needed later.
To do this run the following commands:
SQL:
UPDATE `DatabaseServers` SET `admin_login` = 'admin' WHERE `admin_login` = 'server_admin';
Next login to Plesk, navigate to Tools & Settings > Database Servers and click on the listed database. Check to see to displayed username is
admin. See example image bellow.
Last, but
important, step. If the displayed
essay username is
admin, click the OK button. If it's not admin, click the Cancel button and let me know.
View attachment 24356