mettle / sendportal

Open-source self-hosted email marketing. Manage your own newsletters at a fraction of the cost.
https://sendportal.io
MIT License
1.72k stars 339 forks source link

SQLSTATE[HY000] [1045] Access denied for user 'list_db'@'localhost' (using password: NO) (SQL: select * from `users` where `email` = #249

Closed A2D-Ankit-Dangi closed 1 year ago

A2D-Ankit-Dangi commented 1 year ago

Illuminate\Database\QueryException SQLSTATE[HY000] [1045] Access denied for user 'list_db'@'localhost' (using password: NO) (SQL: select * from users where email =

Migrations are successful and connection first time is established. I am using Mariadb

HeadStudios commented 1 year ago

No replies :(

Pushkraj19 commented 1 year ago

This might be issue from MariaDB please try using sqlite see if everything still works.

JonoB commented 1 year ago

Setting up your environment is not something that we support