Database (database/database.sqlite) does not exist. The database works from artisan tinker

Posted by

Error:

Illuminate\Database\QueryException
Database file at path [dharmu_forum] does not exist. Ensure this is an absolute path to the database. (Connection: sqlite, SQL: select * from "sessions" where "id" = iPmVyeYAQPZvhb1Wbo9JaXiv1LUYRdwFJcLLFGdd limit 1)

Solution:

1. Check the Database Configuration in .env File:

Change DB_CONNECTION=sqlite to DB_CONNECTION=mysql

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=dharmu_forum
DB_USERNAME=root
DB_PASSWORD=
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x