'How i can check MariaDB is Standard or Enterprise Edition

I am using MariaDB 10.5.13. Need to confirm is my database is enterprise or standard edition?

Checked google and I need to know if they have an ENTERPRISE or COMMUNITY MYSQL edition found below SQL Query:

SHOW VARIABLES LIKE "%version%";

When i execute above query in version_comment i am getting MariaDB Server.

enter image description here

So can you help me here? Thanks in advance.



Solution 1:[1]

This is the community server.

Enterprise server has versions like:

  • 10.5.15-10
  • 10.5.13-9

ref: Enterprise server documentation.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 danblack