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

"mysql_error_log.txt" in application directory #37

Closed
qa7720 opened this issue Mar 28, 2019 · 4 comments
Closed

"mysql_error_log.txt" in application directory #37

qa7720 opened this issue Mar 28, 2019 · 4 comments

Comments

@qa7720
Copy link

qa7720 commented Mar 28, 2019

When using the component a file named "mysql_error_log.txt" with the content "hi :)" is created in the application directory.
See MySqlBackup/MySqlBackup.cs -> Line 134
System.IO.File.WriteAllText("mysql_error_log.txt", "hi :)");

When uninstalling an application that includes the MySqlBackup.Net component, this file remains in the application directory. This will prevent the installer from removing the directory.

I assume it's a leftover from a debugging session, so is it possible to remove this line?

Thanks

@adriancs2
Copy link
Member

This line is unnecessary and should be deleted.
thanks for the report.

@adriancs2
Copy link
Member

Hi, this issue is fixed :)
thanks

@adriancs2
Copy link
Member

You may try the new release v2.2.1

@adriancs2
Copy link
Member

Hi, a new version (v2.3) is released, where this problem is resolved. You may try it out.

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

2 participants