#18380 closed Cleanup/optimization (fixed)
Improve installation instructions for MySQLdb
| Reported by: | Slowfamily | Owned by: | juanriaza |
|---|---|---|---|
| Component: | Documentation | Version: | 1.4 |
| Severity: | Normal | Keywords: | |
| Cc: | juanriaza | Triage Stage: | Accepted |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
Maybe this is not so relevant since my system's so old, but I had to run "pip install MySQL-python" in order for Django 1.4 to run "python manage.py syncdb" successfully when trying to use mySQL. Thought that might be nice to add to the documentation if there are issues running Django with MySQL.
Change History (8)
comment:1 by , 13 years ago
| Easy pickings: | set |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
| Type: | Uncategorized → Cleanup/optimization |
comment:2 by , 13 years ago
| Summary: | Running Django on OSX 10.4.11 → Improve installation instructions for MySQLdb |
|---|
comment:3 by , 13 years ago
| Owner: | changed from to |
|---|
comment:4 by , 13 years ago
| Cc: | added |
|---|
comment:6 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:8 by , 13 years ago
We decided to just give the name of the package that's pip-installable, since we couldn't find a page on the Internet that explains how to install MySQLdb, and the README is as unfriendly as it gets.
Note:
See TracTickets
for help on using tickets.
The need for a database adapter is documented here: https://docs.djangoproject.com/en/dev/topics/install/?from=olddocs#get-your-database-running
However there's just a link to the sourceforge page for MyQSL-python, not to actual installation instructions. We can improve this.