Add MySQL Variable Type (Dynamic or Static) to the Configuration Window #385
drupaladmin
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the Configuration window in Releem does not indicate whether a MySQL variable is dynamic or static. This can create confusion for users who need to determine if applying a configuration change requires a server restart. Adding the type of each variable (dynamic or static) to the Configuration window would simplify the decision-making process for users and improve the overall user experience.
Proposed Solution:
• Add a column or label in the Configuration window to indicate the type of each MySQL variable:
• Dynamic: Can be applied without restarting the server.
• Static: Requires a server restart to take effect.
• Include a tooltip or brief explanation for users unfamiliar with the distinction.
Beta Was this translation helpful? Give feedback.
All reactions