Protoqol / Prequel

Prequel for Laravel. Clear and concise database management. Unfortunately, not actively maintained due to time constraints.
https://packagist.org/packages/protoqol/prequel
MIT License
1.54k stars 96 forks source link

Mysql socket connection #148

Closed mcmc4519 closed 2 years ago

mcmc4519 commented 2 years ago

Hi! Your application is awesome!

Is your feature request related to a problem? Please describe. I have a connection to mysql by socket. When I try use prequel, I have an error: Could not create a valid database connection. In .env file I set a path to DB_SOCKET file.

DB_SOCKET=/var/lib/mysqld/mysqld.sock

Can we make a connection by socket?

QuintenJustus commented 2 years ago

This is resolved now that #149 has been merged.