• 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!
  • 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.

Search results

  1. J

    Resolved I can't enable load data infile permanently (losing changes after reboot)

    Solved!! I have created a sql file with a sentence that enables the local infile feature: echo "SET GLOBAL local_infile = 'ON';" > /var/lib/mysql/init_file.sql chown mysql:mysql /var/lib/mysql/init_file.sql And I have configured the mysql service to load this file when it starts by editing the...
  2. J

    Resolved I can't enable load data infile permanently (losing changes after reboot)

    Hello, Thanks for your response. But it throws an error. MariaDB [(none)]> SET PERSIST local_infile = 1; ERROR 1193 (HY000): Unknown system variable 'PERSIST' MariaDB [(none)]> SET @@PERSIST.local_infile = 1; ERROR 1272 (HY000): Variable 'local_infile' is not a variable component (can't be...
  3. J

    Resolved I can't enable load data infile permanently (losing changes after reboot)

    Hello all! I'm going crazy. I need to enable this feature to get Matomo software working smoothly with a high traffic volume. I have configured the db user to get FILE permissions and it works only when I enter into mysql from SSH and run this instruction: SET GLOBAL local_infile = 1; But...
Back
Top