﻿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
35023	using keepdb and creating a fixture from the content of the test_database	piscvau	nobody	"Hello
I am using mysql and I want to create a yaml fixture from the data created in the test, after running the tests.
when I run the test script with ---keepdb I get the following message 

'Preserving testdatabase for alias default.'

I after launch the command dumpdata and I  get the following error message :

CommandError: Unable to serialize database: The connection <test_database_name> doesn't exist.

I have googled all over the documentation and stackoverflow and django project forum and found no solution. It seems there is something particular with mysql which does not support transaction but some documentation about how to handle this for mysql would be welcomed.
"	Bug	closed	Documentation	4.1	Normal	invalid			Unreviewed	0	0	0	0	0	0
