Skip to content

MySQL backend open with create=True #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ghost opened this issue Feb 20, 2012 · 0 comments
Closed

MySQL backend open with create=True #1

ghost opened this issue Feb 20, 2012 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 20, 2012

[email protected], 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 [email protected]



Comment 2 by [email protected]
The work around for the MySQL backend creating your required database is to create an
empty database called 'test'


Comment 3 by [email protected]



Comment 4 by [email protected]



Comment 5 by [email protected]
No longer part of rdflib; at least for now.
@ghost ghost closed this as completed Feb 20, 2012
ghost pushed a commit that referenced this issue Jun 7, 2012
white-gecko added a commit that referenced this issue Apr 17, 2020
virresh pushed a commit to virresh/rdflib that referenced this issue May 23, 2020
nicholascar pushed a commit that referenced this issue Jun 19, 2021
update supported Python versions
nicholascar pushed a commit that referenced this issue Jul 12, 2021
Fix infinite recursion when __repr__ is called
nicholascar pushed a commit that referenced this issue Oct 18, 2021
Use version conditional imports to accomodate mypy
nicholascar pushed a commit that referenced this issue Nov 21, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants