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

Cannot connect to MySQL mirror: no longer available #15

Open
N-faycal opened this issue Feb 8, 2015 · 0 comments
Open

Cannot connect to MySQL mirror: no longer available #15

N-faycal opened this issue Feb 8, 2015 · 0 comments

Comments

@N-faycal
Copy link

N-faycal commented Feb 8, 2015

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

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

No branches or pull requests

1 participant