Database tables case issue

Hey Everyone –

Thanks for your patience with this as we’re trying to zero in on what’s happening!

I am curious to know @kfukawa @erinoms – did you install MySQL manually outside of Local? Another thing to consider, are you using another offline development tool like WAMP?

One thing I’d like for you to try is to manually add this configuration to the MySQL configuration for the site. To do this:

  1. Turn off the site within Local
  2. Open the configuration file here: ~/Local Sites/site-name/conf/mysql/my.cnf
  3. Add lower_case_table_name = 2 to this configuration file. Here’s a screenshot to help visualize where to put this line:

  1. Start the site so that the configuration options are being used
  2. Re-pull the site and let us know how it goes!