-
Notifications
You must be signed in to change notification settings - Fork 152
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
Unable to create slave databases in windows environment #229
Comments
Very good point. When I decided to use that colon, I thought about DOS and hard drives, but thought Windows would have overcome that limitation already. We'll figure out how to solve this, probably using just another dot. |
That will definitely help. Thanks! |
I read that percent encoding can be used in Windows to represent a colon.
Can you give that workaround a try @faysalmehmood ? |
Use of percent encoding will rename file names as While trying the workaround, here is my observation: The method I think the code is exactly for colon in method mentioned above. And in my opinion it might require code-level change to add this support.
|
When you add multiple databases (slave), there is a convention of using colon ":" in database configuration file names. But while working on windows operating system, it seems impossible to create a file name having colon in its name.
For example:
In
cfg
directory,db.properties
is fine. But following file names are problematic as these cannot be created.slave1:db.properties
slave2:db.properties
If there is a workaround, please assist. And if it's really an issue, would appreciate to provide its support.
The text was updated successfully, but these errors were encountered: