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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T02:52:45+00:00 2026-05-30T02:52:45+00:00

I’m following a Django tutorial and I bought a 1 month subscription to webfaction.com

  • 0

I’m following a Django tutorial and I bought a 1 month subscription to webfaction.com to practice some web programming.

The tutorial is telling me to type python manage.py syncdb at the application directory, which for me is: D:\Users\yangs\Downloads\Django-1.3.1\Django-1.3.1\build\scripts-2.7\mysite

But I get an error message that reads:

_msql_exceptions.OperationalError: (1045, "Access denied for user 'flammenmeer_'@'c-68-38-119-33.hsd1.nj.comcast.net' (using password: YES)")

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.mysql',   # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
        'NAME': 'flammenmeer_',                 # Or path to database filw
        'USER': '',                             # Not used with sqlite3.
        'PASSWORD': 'my_password',              # Not used with sqlite3.
        'HOST': 'flammenmeer.webfactional.com', # Set to empty string for localhost. Not used with sqlite3.
        'PORT': '',                             # Set to empty string for default. Not used with sqlite3.
        'USER': 'flammenmeer_',
    }
}

Can anyone tell me why I’m getting this error message? Thank you in advance!

edit: I also tried:

  • web329.webfaction.com for host
  • I made a new database without the underscore named flammenmeer
  • 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-30T02:52:47+00:00Added an answer on May 30, 2026 at 2:52 am

    So all webfaction databases will be named [account name]_aname and the whole thing has to be under 16 characters. So if your username is “flammenmeer” you already have 12 characters used including the underscore. So for your example, let’s pretend you create a database in the admin panel named “test”, your database name will be flammenmeer_test. Also, your username is the same as the database name. And lastly, you don’t need to define the host, the localhost default will suffice.

    DATABASES = {
        'default': {
            'ENGINE': 'django.db.backends.mysql',
            'NAME': 'flammenmeer_test',
            'USER': 'flammenmeer_test',
            'PASSWORD': 'blahblahblah',
            'HOST': '',
            'PORT': '',
        }
    }
    

    Edited to provide info on how to run django on webfaction, not local computer

    You can’t access a webfaction database externally unless you pay for a static IP address. It sounds like you’re running the Django tutorial on your local computer, not on Webfaction (based on the location of your project being a D drive).

    1. Make sure you’ve created a database in the Webfaction control panel with whatever 4 character name after “flammenmeer_” that you want, an example would be “flammenmeer_test”

    2. Download Putty (the very first “Putty.exe” link on that page)

    3. In Putty, connect to flammenmeer@[machine name].webfaction.com (machine name would be something like “web312” and will be the same machine that you created the database on. Your final product might look something like flammenmeer@web312.webfaction.com

    4. Install Django on your webfaction account

      • Type “easy_insall-2.7 django”
    5. Create a directory for your django scripts

      • Type “mkdir scripts”
      • Type “cd scripts”
    6. Create a new Django Project

      • Type “python2.7 ~/lib/python2.7/django/bin/django-admin.py startproject ruhemeer”
      • Type “cd ruhemeer”
    7. Edit your settings (you are going to want to learn VIM

      • Type “vim settings.py”
      • Hit the letter “i” to enter edit/insert mode
      • Use the arrow keys to navigate to the database settings and modify the settings
      • Hit “Esc” to exit edit/insert mode
      • Type “:wq [enter]”
    8. Carry on with the Django Tutorial 🙂

    Hope that helps.

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

Sidebar

Related Questions

I have just tried to save a simple *.rtf file with some websites and
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
For some reason, after submitting a string like this Jack’s Spindle from a text
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
Seemingly simple, but I cannot find anything relevant on the web. What is the
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function

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.