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

Add mysql port support #26

Closed
jbalatero opened this issue Oct 25, 2019 · 2 comments
Closed

Add mysql port support #26

jbalatero opened this issue Oct 25, 2019 · 2 comments
Labels

Comments

@jbalatero
Copy link

No description provided.

@gocom
Copy link
Owner

gocom commented Oct 26, 2019

If you mean a port number, it can be set through the DSN string. I.e.

$dump = new Dump;
$dump->dsn('mysql:dbname=database;host=localhost;port=1234');

@gocom gocom closed this as completed Oct 26, 2019
@gocom gocom added the invalid label Oct 26, 2019
@jbalatero
Copy link
Author

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants