Replies: 2 comments 1 reply
-
Can you tell us wish database you use Sqlit or mysql or ... ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I suggest migrating database with seeds |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello how are you i successfully clone the project on my server but when i try to access it i get an error with the languages table can you help. this is the error code. any idea on how to resolve the issue.
[ Illuminate
\
Database
\
QueryException
PHP 8.0.28
9.52.4
SQLSTATE[HY000] [2002] Permission denied
SELECT
*
FROM
information_schema.tables
WHERE
table_schema = laravel
AND table_name = languages
AND table_type = 'BASE TABLE'
Beta Was this translation helpful? Give feedback.
All reactions