Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: InnoDB Database size is shown incorrectly in Plesk 11.5  (Read 2834 times)

0 Members and 1 Guest are viewing this topic.

vinayakk

  • Guest
InnoDB Database size is shown incorrectly in Plesk 11.5
« on: April 22, 2014, 02:53:19 pm »
In Plesk 11.5, InnoDB Database size is shown incorrectly if "innodb_file_per_table" option is enabled in my.cnf.

This is bug found in Parallels Plesk 11.5. In order to resolve the issue, we need to patch the  /usr/local/psa/admin/sbin/statistics_collector  script with the patch provided by parallels.

You can get this from the link: http://kb.parallels.com/Attachments/kcs-28596/statistics_collector

1. Backup /usr/local/psa/admin/sbin/statistics_collector

 # cp /usr/local/psa/admin/sbin/statistics_collector /usr/local/psa/admin/sbin/statistics_collector.bak


2. Replace it with attachment and set correct permissions:

# chown root:root /usr/local/psa/admin/sbin/statistics_collector
# chmod 750 /usr/local/psa/admin/sbin/statistics_collector

That's it.  ;)