Plesk

How to enable remote MySQL access on Debian & Linux

This walkthrough is designed for any Debian-based distribution. Step 1: open /etc/mysql/my.cnf. Step 2: comment out the bind-address line, which tells MySQL where to listen. If you remove it, MySQL will accept any connection. You could also assign an IP address like bind-address = <ip-here> if you wish to give access to a specific machine. Comment it out otherwise. Step […]

Running PHP Scripts from the Command Line in Plesk

ou can run PHP scripts in the Command Line for a particular PHP version used in Plesk. On Linux In Plesk for Linux, the PHP binary (the php file) is located in the following path: /opt/plesk/php/<PHP version>/bin/php Here <PHP version> should be replaced with a particular PHP version number. For example, if your domain uses PHP version 7.0, use […]

Scroll to top