Rucenter hosting uses MySQL servers version 5.6 and 8.0.
You can work with databases through scripts hosted on the server, via the PHPMyAdmin interface (if included in your hosting plan), or from the command line (when connected to the hosting via SSH).
For security reasons, direct access to database servers from the Internet is disabled; connections can be made according to the provided instructions.
The default database encoding is windows-1251. If you use a different encoding, make sure that your site scripts explicitly set the character set used for database operations (for example, with the PHP function mysql_set_charset). Popular CMSs typically handle this automatically.
Both MyISAM and InnoDB table types are supported.
Creating stored procedures, views, and triggers may be disabled by default. If you need them, please contact technical support.
Disk space for databases is allocated from the overall quota of your hosting plan. You can redistribute this quota in the Resources (Ресурсы) section of the hosting control panel.