-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
dot isn't allowed in database names #19390
Comments
Not quite sure but it seems its strongly discouraged to use dots in database names according to: https://stackoverflow.com/questions/776123/does-mysql-allows-to-create-database-with-dot |
full ack + its only possible in MySQL >= 5.1.6 |
Provide mechanism, not policy. Let user decide on his own. If error happens, you convey it to him.
5.1.6 was released on 8 Feb 2006. Are you serious? Do you otherwise support such outdated web servers? |
Is there any validation code in OC that prevents using dots ? @n1trux would be good to know what you mean with "isn't allowed". Is there an error message displayed ? Anything in the logs ? |
Closing due to lack of feedback. If there is requirement for this, feel free to submit a PR to fix it. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I tried to install owncloud 8.1 on my Debian host, but apparently it doesn't support dots in database names. Dots in usernames are fine.
Doesn't work:
oc.user
@oc.database
(error: "Please match the requested format.")Does work:
oc.user
@ocdatabase
It would be nice if you could fix this :)
The text was updated successfully, but these errors were encountered: