We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Argonne mirror is no longer available as of February 1, 2015. Check http://mirror.anl.gov/pub/mysql/Downloads/MySQL-5.5/
The workaround consists in changing the mysql_ftp_mirror to some other mirror. For example: comment the variable declaration :
Add a new value for the variable: mysql_ftp_mirror="ftp://ftp.mirrorservice.org/sites/ftp.mysql.com/Downloads/MySQL-5.5/"
Also, the issue would have been easier to debug if the wget didn't have its stderr output redirected to /dev/null
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Argonne mirror is no longer available as of February 1, 2015.
Check http://mirror.anl.gov/pub/mysql/Downloads/MySQL-5.5/
The workaround consists in changing the mysql_ftp_mirror to some other mirror.
For example:
comment the variable declaration :
mysql_ftp_mirror="ftp://mirror.anl.gov/pub/mysql/Downloads/MySQL-5.5/"
Add a new value for the variable:
mysql_ftp_mirror="ftp://ftp.mirrorservice.org/sites/ftp.mysql.com/Downloads/MySQL-5.5/"
Also, the issue would have been easier to debug if the wget didn't have its stderr output redirected to /dev/null
The text was updated successfully, but these errors were encountered: