2.7.11. MySQL server configuration
Attention!
Hosting MySQL server parameters are not available for editing.
Version
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.
Options
A list of all MySQL server parameters and their values can be found in several ways:
- View in phpMyAdmin in the tab "Variables":
- Execute SQLquery:
SHOW VARIABLES;
Additional info
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.