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 675931
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T00:52:21+00:00 2026-05-14T00:52:21+00:00

I have the whole setup working for months on my local computer. I’m installing

  • 0

I have the whole setup working for months on my local computer.
I’m installing on a remote site now.
Created a fresh mysql DB, and created a new user (“someuser”) and gave it complete grants, like so –

GRANT ALL PRIVILEGES ON . TO ‘someuser’@’localhost’ IDENTIFIED BY ‘somepassword’ WITH GRANT OPTION;

I have sync’d the db, using “python manage.py syncdb” and the correct tables were created.
My settings.py has this same user.

But when I try to login a user through the application, and it hits the DB, I see the following in the logs –

(1045, “Access denied for user ‘someuser’@’localhost’ (using password: YES)”)

I logged in through mysql (installed on the same box as django) and checked the grants and it correctly shows –

Grants for someuser@localhost
GRANT ALL PRIVILEGES ON * . * TO ‘someuser’@’localhost’ IDENTIFIED BY PASSWORD ‘*thesaltedpasswordOverHere’ WITH GRANT OPTION

I don’t want to use the root user/password for django, since it doesn’t seem the correct way.

Any pointers as to what might be wrong ?

  • 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-05-14T00:52:21+00:00Added an answer on May 14, 2026 at 12:52 am

    I do it like this for a database named foo_db:

    create database foo_db;
    create user foo_user identified by 'foo_password';
    grant all on foo_db.* to 'foo_user'@'%';
    flush privileges;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have downloaded whole database from geonames.org and imported all countries into mysql. i
I am trying to get the whole setup working with Autotest/Growl/Shoulda on my Mac
I have a Scala project setup and working in my workstation. I want to
I am working on making a album-viewer like facebook. I have made the setup,
I have a whole bunch of Unit tests and coded UI Tests setup in
so here's the setting: The whole site is working fine if I remove the
I have the whole MVC-Model set up and use HTML views as templates. But
I have whole bunch of <div class=productlistname><a href=#>The Text!</a></div> . What I want to
We have a whole bunch of DLLs that give us access to our database
I have a whole bunch of files with filenames using our lovely Swedish letters

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.