When we created the config object we needed a method to remove a single value from within the file. Instead of using delete
like Drupal had, we had to choose another word because $config->delete()
will delete the entire configuration file. We chose the word clear
which isn't intuitive, and sends people to the API docs to figure out what it will do.
Is it worthwhile to change this to 'remove' or is it not worth the cost of change?
Recent comments
It is possible to remove that line manually from the SQL file and it should then import to MySQL fine.
Problem with utf8mb4 Format when importing database
I think people have used bee in MAMP. I've posted in our chat channel to see if anyone can jump in here and help: #Backdrop > Bee @ 💬
Problem with utf8mb4 Format when importing database
Hi Thanks for the quick answer. Looks interesting and hope I can verify that this solves the issue. Not yet sure how I can use the bee tool in my MAMP environment. Cheers, Rolf
Problem with utf8mb4 Format when importing database