-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Mysqldump port option #117
Comments
Hi, |
Hi Sebastian, I have executed phpbu with the next command using the proc_open function (if is disabled I use exec) on php:
config.json log.log There is an option on mysqldump called: --defaults-extra-file so we can pass the credentials into a file instead of the console what do you think? please let me know if you need more info. |
I created a separate bug for the masking issue. issue #118 |
I added the 'port' option to the latest version 5.0.3 that got release a couple of minutes ago ;) |
Hi Sebastian!
Could we add support for port option on mysqldump as in the pgdump ?
Other quick question: Is there a way to avoid the "debug" key on the log file? because is showing the mysql user and password for some reason and I think that is not a good idea or just show something like user: xxx, password: xxxx (I mean shows the entire mysqldump command). I have tried 'verbose' => false and debug => false on the phpbu command line tag and haven't had luck.
Thanks a lot!
The text was updated successfully, but these errors were encountered: