Letractively / rdflib

Automatically exported from code.google.com/p/rdflib
Other
0 stars 0 forks source link

MySQL backend open with create=True #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by hoegqvist@gmail.com on 14 Nov 2007 at 10:41

GoogleCodeExporter commented 9 years ago

Original comment by eike...@gmail.com on 23 Jan 2008 at 3:42

GoogleCodeExporter commented 9 years ago
The work around for the MySQL backend creating your required database is to 
create an
empty database called 'test'

Original comment by david.mo...@gmail.com on 9 Jan 2009 at 2:45

GoogleCodeExporter commented 9 years ago

Original comment by eik...@gmail.com on 1 Feb 2010 at 5:56

GoogleCodeExporter commented 9 years ago

Original comment by eik...@gmail.com on 1 Feb 2010 at 8:38

GoogleCodeExporter commented 9 years ago
No longer part of rdflib; at least for now.

Original comment by eik...@gmail.com on 5 Feb 2010 at 3:23