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

Installation: Connecting to MySQL via Unix sockets no longer works #1924

Closed
robocoder opened this issue Dec 31, 2010 · 2 comments
Closed

Installation: Connecting to MySQL via Unix sockets no longer works #1924

robocoder opened this issue Dec 31, 2010 · 2 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Milestone

Comments

@robocoder
Copy link
Contributor

I haven't determined the source of this regression, but this no longer works in config.ini.php with PHP 5.3.4:

host = ""
port = "/var/run/mysqld/mysqld.sock"

or

host = "localhost"
port = "/var/run/mysqld/mysqld.sock"
@robocoder
Copy link
Contributor Author

Note to self: check if you built PHP with --with-mysql-sock

@robocoder
Copy link
Contributor Author

Forgot I had a locally patched PHP 5.3.2 binary for http://bugs.php.net/bug.php?id=52434

@robocoder robocoder added this to the Piwik 1.2 milestone Jul 8, 2014
@mattab mattab added the wontfix label Aug 3, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

2 participants