Comment 6 for bug 1413620

Revision history for this message
James Page (james-page) wrote : Re: Error after reboot: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

Race between config-changed and the mysql instance actually starting and being re-synced; The charm has a helper for determining whether things are up and in sync, we should guard using that OR potenially wrap db ops calls in retry_on_exception for OperationalErrors.