Submitted by RoloDMonkey on 2019, January 2 - 13:16
A lot of my work over the last few years has been working on migrations between various versions of Drupal. That usually means that I need to configure a local Drupal development environment with more than one database. And although this is relatively easy to do with Lando, I often have to look up how I did it before. So, I figured I should write it down and share with everyone else at the same time.
.lando.yml
Adding a database to an existing Lando environment is as easy as adding a few lines to the .lando.yml
file and restarting.
Submitted by RoloDMonkey on 2011, January 25 - 09:19
I'm on the intertubes!
Recently, I made two presentations at the Western MA Drupal Camp. One presentation was for people new to Drupal and the other was a very advanced look at the framework for database administrators. I have posted my slides on the camp website. Also, the first presentation was streamed live and is available for viewing. Feel free to take a look at the links below.
Submitted by RoloDMonkey on 2008, October 23 - 12:00
Case Sensitivity in MySQL
Yesterday I spent more than an hour trying to get a MySQL export from a Windows machine to play nice with a Unix server. This problem was compounded by Windows hiding a configuration file from me. Luckily for you, I eventually solved my problem and decided to write another Mistakes story.
Submitted by RoloDMonkey on 2007, November 27 - 10:03
Below you will find my description of how I made a new component for Drupal's webform module that dynamically displays a selection of checkboxes. I will go over why I made it. Then I will explain the code step by step. I have also attached a copy of the file for download.