Skip to main content

WHMAPI1 set_tweaksetting pma_disableis not working

Comments

2 comments

  • Manoa R.
    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
  • cPanelLauren
    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
    then value=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.