Home » Support » Help and tutorials » Detailed information » Supported MySQL setups
MySQL is one of the supported database types in Helium Music Manager. Although we recommend using SQL Express for larger music collections for optimal performance there are cases where a MySQL installation is the better choice, such as when your music is stored on a NAS drive which has MySQL functionality built-in.
There are many different versions of MySQL available on different devices, each with a potentially different setup and configuration. Therefore it may be a bit tricky to set things up correctly so that Helium Music Manager can operate without problems. This page aims to be an informative resource to which MySQL versions that are known to work, which are not, and also discusses a few important settings and their recommended values.
MySQL 5.1.47 on Windows
MySQL 5.1.57 on Windows
MySQL 5.5.8 on Windows
MySQL 5.5.13 on Windows
set lower_case_table_names=1 in my.ini (Windows) or my.cnf (Linux / NAS) - When set to 1 table names are stored in lowercase on disk and table names will be case-insensitive.