Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • OR can I add it using the "INSERT" tab in PHPMyAdmin? Commented Jun 24, 2021 at 20:37
  • You could use PHPMyAdmin, to add the key/value pair, but you're better adding it to the $conf[] array in the settings.php file if you want to make it persistent, as suggested by @apaderno, or if you've got access to the command line and Drush, use @anonymous' solution. Both will help (but not guarantee) that the variable is cast correctly. Commented Jul 4, 2021 at 10:24
  • Can you give an example of how to do it through PHPMyAdmin? Commented Jul 5, 2021 at 11:34