jekyll / jekyll-import

:inbox_tray: The "jekyll import" command for importing from various blogs to Jekyll format.
https://import.jekyllrb.com
MIT License
512 stars 315 forks source link

For databases, especially mysql, connect over 127.0.0.1 IP address #522

Closed parkr closed 1 year ago

parkr commented 1 year ago

When using 'localhost', mysql2 uses the socket. This is an uncommon setup, so use IP instead.

Fixes #478.

ashmaroli commented 1 year ago

Thanks @parkr @jekyllbot: merge +fix