Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9173211
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T16:32:12+00:00 2026-06-17T16:32:12+00:00

I have git cloned a repository in order to start contributing to a private

  • 0

I have git cloned a repository in order to start contributing to a private project.

Now when I start the mysql server as well as the rails server I get the following error:

Access denied for user 'root'@'localhost' (using password: YES) (Mysql2::Error)

Now I tried to login with the password that I found in the config/database.yml file but without success. What should I do to have the app run properly in my local environment?

Thanks for helping out.

the database.yml file:

  development:
  adapter: mysql2
  encoding: utf8
  reconnect: false
  database: sc_development
  pool: 5
  username: root
  password: Mysql2047
  socket: /tmp/mysql.sock

 # Warning: The database defined as "test" will be erased and
 # re-generated from your development database when you run "rake".
 # Do not set this db to the same as development or production.

  test:
  adapter: mysql2
  encoding: utf8
  reconnect: false
  database: sc_test
  pool: 5
  username: root
  password: Mysql2047
  socket: /tmp/mysql.sock
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T16:32:13+00:00Added an answer on June 17, 2026 at 4:32 pm

    This was doing the trick for me:

    First, instead of logging into mysql with

    mysql

    login like this:

    mysql -uroot

    root@localhost has all rights and NO password.

    Next, I created the database and another user who I gave all rights.

    mysql> CREATE USER joe identified by 'foobar'

    mysql> Grant All PRIVILEGES ON smartcheckups_development.* TO joe;

    Create the database:
    mysql> CREATE DATABASE sc_development;

    In my database.yml file, I updated the login & password with that of the above user joe. This will allow me to login.

    Leave mysql via \q

    Then

    bundle exec rake db:create

    and start rails rails s

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have cloned a Git project into a local Git repository. Then I have
I'm contributing to LibreOffice and have started learning git. I've cloned the LibreOffice repository
I have cloned a git repository to my dev server and then switched to
I have 2 servers. The hosted rails app server and git repository server. The
I have a remote git repository and I have cloned one branch git clone
I have cloned a remote SVN repository with git-svn. I have modified a pom.xml
I have a git clone/repo on a development server, but I am now moving
I have a git repository hosted on a server. We are 5 members in
I have cloned my git repository over ssh. So, each time I communicate with
I have a Git repository. I have cloned the repository and can commit my

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.