nylas / sync-engine

:incoming_envelope: IMAP/SMTP sync system with modern APIs
https://nylas.com/docs/platform
GNU Affero General Public License v3.0
3.5k stars 354 forks source link

mysqld_safe complains about a socket if /var/run/mysqld doesn't exist #442

Open toonn opened 7 years ago

toonn commented 7 years ago

Adding mkdir -p /var/run/mysqld right before the line containing mysqld_safe in setup.sh fixed the problem for me.