• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Error after update MariaDb 10.5 to 10.6 : impossible to remove the skip-grant-tables

valko

New Pleskian
I updated MariaDB from 10.5 to 10.6, the update was successful, but when I restarted Plesk I got the error
"ERROR: 500 Plesk\Exception\Database Zend_Db_Adapter_Exception: SQLSTATE[HY000] [1045] Access denied for user ‘admin’@‘localhost’ (using password: YES)."

And all my applications running on the server had a database connection error.

I corrected the error using the procedure : https://support.plesk.com/hc/en-us/...d-for-user-admin-localhost-using-password-YES,
I followed the procedure to the end, but steps 5 to 10 do not work, when I remove the skip-grant-tables line from the my.cnf file (step 4).

and i return to my error ERROR: 500 Plesk\Exception\Database In order to get my server back online because applications are running

I leave the skip-grant-tables in my.cnf file, now when I want to create a database I get this message:
Error: Failed to connect to the database server. : SQLSTATE[HY000]: General error: 1290 The MariaDB server is running with the --skip-grant-tables option so it cannot execute this statement

Can you give me a simplified procedure that matches my characteristics?

linux distribution : Debian 11
MariaDB version : 10.6
Mysql : 15.xx

thanks
 
If you have a "bind-address" line in your /etc/my.cnf file, remove it and restart the database server.
 
hi,
Thank you, it worked for me, I deleted the "bind-address" line in your /etc/my.cnf file and I started the procedure again from step 5.
 
Back
Top