'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.
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
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 |

