• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the current Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Super privileges

Aerobaticrug

New Pleskian
I need to run a query on one of my databases with super privileges, how do I do it? I can't see anyway to change user in phpmyadmin.
 
Use command

mysql -P3306 -uadmin -p<plesk_admin_password> database_name

for login to your database as administrator.
 
Thanks for that. Only problem is I get a Could not open required defaults file: C:\Program Files (x86)\Parallels\Plesk\Databases\MySQL51\my.ini Fatal error in defaults handling. Program aborted.

It then asks for a password - which I assume is the admin one for the panel, then gives me access denied when i enter it. Any thoughts?
 
Are you sure that Plesk installed correctly there and works fine?
 
Back
Top