2.7.11. MySQL server configuration

Attention!

Hosting MySQL server parameters are not available for editing.

You can find out the current version of MySQL server in several ways:

  • View in phpMyAdmin:
  • Execute SQLquery:
    SELECT VERSION();
  • Connect to hosting via SSH and execute any of the commands:
    • mysql -V
    • mysql --version

For hosting accounts with tariffs businesshosting the opportunity is available MySQL version change.

A list of all MySQL server parameters and their values can be found in several ways:

Can MySQL events be used?

No. On shared hosting and businesshosting scheduler disabled (parameter event_scheduler isequalto OFF) and cannot be turned on. To run scheduled tasks, use alternative methods such as cron.

Content