﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
26312	Tutorial Part 5 should warn about possible db errors when running your first test	Bob McDonald	Bob McDonald	"When you run your first test as instructed in https://docs.djangoproject.com/en/1.9/intro/tutorial05/#running-tests you may run into an error something like {{{Got an error creating the test database: (1044, ""Access denied for user 'user'@'host' to database 'test_db_name'"")}}}.  For a reader not paying close attention, it is easy to miss that django is attempting to create an entirely new database, and the tutorial doesn't mention it.  If you had set up a mysql database and user with privileges just for your django database, then you will see this error.  It would be good if the tutorial mentioned that django will create a new test database and that if django's mysql connection doesn't have permission to create a new database, you'll need to create one for it and grant the necessary priviledges."	Cleanup/optimization	closed	Documentation	1.9	Normal	fixed	tutorial	django@…	Accepted	1	0	0	1	1	0
