LaravelDaily / Laravel-School-Timetable-Calendar

Laravel 6 demo project for school timetable. Partly generated with https://quickadminpanel.com
202 stars 128 forks source link

A SQL error #10

Closed Aurorum-Studio closed 1 year ago

Aurorum-Studio commented 1 year ago

When I run the website, it shows me the information below, it seems it's caused by SQL access reason, but I didn't find a file, in which, config where my SQL server is, and which database I want to use. Would anyone mind helping me? Thank you very much.

/Illuminate\Database\QueryException
SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (SQL: select * from `users` where `email` = admin@admin.com and `users`.`deleted_at` is null limit 1)
Aurorum-Studio commented 1 year ago

found the solution.