Skip to content
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

Closed
n1trux opened this issue Sep 26, 2015 · 6 comments · Fixed by #37020
Closed

dot isn't allowed in database names #19390

n1trux opened this issue Sep 26, 2015 · 6 comments · Fixed by #37020

Comments

@n1trux
Copy link

n1trux commented Sep 26, 2015

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 :)

@ghost
Copy link

ghost commented Sep 26, 2015

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

@individual-it
Copy link
Member

Not quite sure but it seems its strongly discouraged to use dots in database names

full ack + its only possible in MySQL >= 5.1.6
that's why 👎 for the idea of allowing dots or other funny characters in database/table names

@andrey-utkin
Copy link

for the idea of allowing dots or other funny characters in database/table names

Provide mechanism, not policy. Let user decide on his own. If error happens, you convey it to him.

its only possible in MySQL >= 5.1.6

5.1.6 was released on 8 Feb 2006. Are you serious? Do you otherwise support such outdated web servers?

@PVince81 PVince81 added this to the backlog milestone Mar 1, 2016
@PVince81
Copy link
Contributor

PVince81 commented Mar 1, 2016

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 ?

@PVince81
Copy link
Contributor

Closing due to lack of feedback. If there is requirement for this, feel free to submit a PR to fix it.

@lock
Copy link

lock bot commented Aug 2, 2019

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.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants