NBCUTechnology / pubstack

⛔️ [DEPRECATED] Publisher's DevStack
MIT License
8 stars 8 forks source link

Fixed tmp dir creation and perms; Removed innodb log config #154

Closed conortm closed 9 years ago

conortm commented 9 years ago

On vagrant destroy and vagrant uping again, mysql would not start because:

  1. tmp dir was not writeable
  2. weird error that innodb log files were the wrong size...

Anyway, these changes resolve that issue.

Fixes #152