MySQL backend open with create=True · Issue #1 · RDFLib/rdflib (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

@ghost

Description

@ghost

hoegqvist@gmail.com, 2007-11-14T22:41:34.000Z

when running the MySQL backend and allowing it to create a new db on open, the db 'test' is not found since it doesnt exist by default

Another problem is that the port is expected to be an int, which it is not after the configuration is parsed.
configDict = ParseConfigurationString(configuration)

I'm running svn HEAD

Comment 1 by eike...@gmail.com

Comment 2 by david.mo...@gmail.com The work around for the MySQL backend creating your required database is to create an empty database called 'test'

Comment 3 by eik...@gmail.com

Comment 4 by eik...@gmail.com

Comment 5 by eik...@gmail.com No longer part of rdflib; at least for now.