skip to Main Content

Connection error
default connection

me and a friend are making a project for college and he just sent me the final thing so i can show it in my computer but when i want to run the MIGRATE command that error shows up and cannot have the database in my system

what should i do, fix this or try to upload the database online with git or something?

i tried changing the password and user in the image but is the same error

2

Answers


  1. The issue is with the parameters given, recheck your credentials
    Can you try mysql -u root -p 123456789 ?

    Login or Signup to reply.
  2. I’m not sure I fully understand your problem but I’ll answer anyway. If you both have to work on the same database it is preferable for reasons of ease of maintenance to host it. Depending on the database you are using, find an online solution that will allow you to host the database and share the credentials between you to access it. This is much better than each having a local database.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search