WHMAPI1 set_tweaksetting pma_disableis not working
Good morning,
On WHMAPI1, this command doesn't work:
[CODE=bash]whmapi1 set_tweaksetting key=pma_disableis value=0
Enable phpMyAdmin information schema searches still On on WHM interface after running this command. But no error on output: [CODE=bash]--- metadata: command: set_tweaksetting reason: OK result: 1 version: 1
Do you have any idea why? Thanks in advance.
Enable phpMyAdmin information schema searches still On on WHM interface after running this command. But no error on output: [CODE=bash]--- metadata: command: set_tweaksetting reason: OK result: 1 version: 1
Do you have any idea why? Thanks in advance.
-
After long hour of checking, I found that value as to be inverted. So, if I need Enable phpMyAdmin information schema searches = On, I have to do: [CODE=bash]whmapi1 set_tweaksetting key=pma_disableis value=0 0 -
I'm not sure I see the difference in the two outputs here a value of 0 would, which is what you're indicating here would tell me that PHPMyAdmin's Information Schema Search is on A value of 1 here would indicate that you've set it to indeed be disabled. If the key were pma_enableis
thenvalue=0
would mean that PHPMyAdmin's Information Schema Search was disabled, this isn't inverted there just seems to be some confusion about the use.0
Please sign in to leave a comment.
Comments
2 comments