• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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