• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
Bagisto Forum

Bagisto

  • Register
  • Login
  • Search
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups

I am trying to install bagisto on my dev site and getting sql erroor

Bug Report
3
5
430
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A
    aliabbas last edited by 11 Nov 2021, 14:37

    here is my complete .env file
    APP_NAME=Bagisto
    APP_ENV=local
    APP_VERSION=1.3.3
    APP_KEY=base64:Aa1Rxxi+WyzolMtjstV3LwUOcAFn47eIj7rjI8mO5iM=
    APP_DEBUG=true
    APP_URL=http://localhost
    APP_ADMIN_URL=admin
    APP_TIMEZONE=Asia/Kolkata
    APP_LOCALE=en
    LOG_CHANNEL=stack
    APP_CURRENCY=USD

    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=db3ttvq1znxpun
    DB_USERNAME=uusk5gzet00wf
    DB_PASSWORD=kcvap0qteb
    DB_PREFIX=

    BROADCAST_DRIVER=log
    CACHE_DRIVER=file
    SESSION_DRIVER=file
    SESSION_LIFETIME=120
    QUEUE_DRIVER=sync

    REDIS_HOST=127.0.0.1
    REDIS_PASSWORD=null
    REDIS_PORT=6379

    MAIL_DRIVER=smtp
    MAIL_HOST=smtp.mailtrap.io
    MAIL_PORT=2525
    MAIL_USERNAME=
    MAIL_PASSWORD=
    MAIL_ENCRYPTION=tls

    SHOP_MAIL_FROM=
    ADMIN_MAIL_TO=
    MAIL_FROM_NAME=

    FIXER_API_KEY=
    EXCHANGE_RATES_API_KEY=

    PUSHER_APP_ID=
    PUSHER_APP_KEY=
    PUSHER_APP_SECRET=
    PUSHER_APP_CLUSTER=mt1

    MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
    MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

    FACEBOOK_CLIENT_ID=
    FACEBOOK_CLIENT_SECRET=
    FACEBOOK_CALLBACK_URL=https://yourhost.com/customer/social-login/facebook/callback

    TWITTER_CLIENT_ID=
    TWITTER_CLIENT_SECRET=
    TWITTER_CALLBACK_URL=https://yourhost.com/customer/social-login/twitter/callback

    GOOGLE_CLIENT_ID=
    GOOGLE_CLIENT_SECRET=
    GOOGLE_CALLBACK_URL=https://yourhost.com/customer/social-login/google/callback

    LINKEDIN_CLIENT_ID=
    LINKEDIN_CLIENT_SECRET=
    LINKEDIN_CALLBACK_URL=https://yourhost.com/customer/social-login/linkedin/callback

    GITHUB_CLIENT_ID=
    GITHUB_CLIENT_SECRET=
    GITHUB_CALLBACK_URL=https://yourhost.com/customer/social-login/github/callback
    I am getting error below
    970f8a1c-e520-4b45-abbd-69ee66b7e2c2-image.png

    1 Reply Last reply Reply Quote 0
    • ghermans
      ghermans last edited by 11 Nov 2021, 15:22

      Hi @aliabbas, as the error message already mentioned the user credentials for your database are incorrect or has no access to the database.

      Kind regards,
      Glenn Hermans

      Manager Bagisto Europe
      info@bagisto.eu

      A 1 Reply Last reply 11 Nov 2021, 16:42 Reply Quote 0
      • A
        aliabbas last edited by 11 Nov 2021, 16:37

        I used this on other project and its working fine

        1 Reply Last reply Reply Quote 0
        • A
          aliabbas @ghermans last edited by 11 Nov 2021, 16:42

          @ghermans my credentials are right

          1 Reply Last reply Reply Quote 0
          • devansh-webkul
            devansh-webkul last edited by 12 Nov 2021, 07:16

            Credentials are right but you are getting permission denied which clearly signifies that there may be a database connection issue from your end.

            1 Reply Last reply Reply Quote 0
            2 out of 5
            • First post
              2/5
              Last post