trying to setup snipeit #10404
Unanswered
Francou2021
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I keep getting errors our database says: SQLSTATE[HY000] [1044] Access denied for user
APP_ENV=production
APP_DEBUG=false
APP_KEY=base64:C+xFzNWtQGBxEKB5Y5DKwcwIiOdMGLhGE4mmcKbmYpI=
APP_URL=null
APP_TIMEZONE='UTC'
APP_LOCALE=en
MAX_RESULTS=500
--------------------------------------------
REQUIRED: UPLOADED FILE STORAGE SETTINGS
--------------------------------------------
PRIVATE_FILESYSTEM_DISK=local
PUBLIC_FILESYSTEM_DISK=local_public
--------------------------------------------
REQUIRED: DATABASE SETTINGS
--------------------------------------------
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_DATABASE=snipe_it
DB_USERNAME=snipe_user
DB_PASSWORD=Password
DB_PREFIX=null
DB_DUMP_PATH='/usr/bin'
what can I do to fix this thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions