Closed cu12 closed 6 years ago
I reverted this change because it breaks current versions of mysql. You're going to have to find a different way to do this (or not use dashes).
@josegonzalez Gotta love the way of how MySQL changes over time ;) I'll check it.
Going to close this, as the "fix" doesn't apply to new versions of mysql.
I need to use MySQL
5.6.20
for various reasons and the following happens when I create the container:When I create a container without the dash, I can access it without any problem.
The reason is that text before dash is eaten, as you could see below:
Using the backticks, it works fine:
Kinda edge-case, although since the fix I'll propose is super simple and doesn't break anything, I thought it would worth to add it to upstream ;)