Applicable to:
- Plesk for Linux
Question
How to disable access to phpMyAdmin in Plesk?
Answer
This functionality is not implemented in Plesk. Vote for this feature at plesk.uservoice.com.
The top-ranked suggestions are likely to be included in the next versions of Plesk.
Click on a section to expand
Modify permissions to phpMyAdmin folder on the server:
-
Connect to the server via SSH
-
Modify permissions to phpMyAdmin folder:
# chmod 000 /usr/local/psa/phpMyAdmin
Changes can be reverted using the following command:
# chmod 755 /usr/local/psa/phpMyAdmin
Click on a section to expand
Modify permissions to phpMyAdmin folder on the server:
-
Connect to the server via SSH
-
Modify permissions to phpMyAdmin folder:
# chmod 000 /usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin
Changes can be reverted using the following command:
# chmod 755 /usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin
Comments
0 comments
Please sign in to leave a comment.