On MySQL >= 8.0, it doesn't use MyASM by default anymore and thus we should be checking for a different file to see if the database has been properly initialized. Without this, this cookbook will try to initialize the database on every run causing obvious issues.
This fixes #661.
On MySQL >= 8.0, it doesn't use MyASM by default anymore and thus we should be checking for a different file to see if the database has been properly initialized. Without this, this cookbook will try to initialize the database on every run causing obvious issues.
Signed-off-by: Lance Albertson lance@osuosl.org
Description
[Describe what this change achieves]
Issues Resolved
[List any existing issues this PR resolves]
Check List