-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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 pass IPv6 MySQL host #774
Comments
@joelvardy, thank you for reporting this issue to us! We will get back to you once we have resolution for this issue. |
Internal ticket: MAGETWO-31246 |
Comment from @buskamuza : Here is the problem - lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:314 } else if (strpos($this->_config['host'], ':') !== false) { |
Thank you for your submission. We recently made some changes to the way we process GitHub submissions to more quickly identify and respond to core code issues. Feature Requests and Improvements should now be submitted to the new Magento 2 Feature Requests and Improvements forum (see details here). We are closing this GitHub ticket and have moved your request to the new forum. |
Stories: * MAGETWO-62547: Show Confirmation Window * MAGETWO-62556: Subscription Request * MAGETWO-62545: Cancel/Restore the Subscription to Free Tier * MAGETWO-62551: Manage Permissions Tasks: * MAGETWO-63085: Implement state handler for MTF Analytics Bug fixes: * MAGETWO-63094: [Github][PR] Cron configuration loading from DB doesn't work #8082
I am unable to specify an IPv6 address as the database hostname with the following command line arguments:
Error received is:
An IPv4 address works as expected.
This was also an issue in Magento 1.x
The text was updated successfully, but these errors were encountered: