Closed tasugo closed 4 years ago
The URL (mysql.he.net/mysql/Downloads) where the plugin seems to check for MySql versions seem to be dead
You'd think it'd be easy to find a google cache'd page or at least an index of MySQL versions, but alas nothing yet.
Maybe the github repo tags list is the most definitive index?
If you look into the code you'll see that the files were stored in the server
rsync://mysql.he.net/mysql/Downloads/MySQL-"${MAJOR}.${MINOR}"/${FILE} \ ${tmp_download_dir}/. 2>/dev/null
Version detection and tagging is also done through the same server.
Right exactly. I'm just thinking since those pages have since 404'd it might be best to just rely on the MySQL github rep for version parsing & retrieval.
I updated the server used to find versions and retrieve versions to something that works. Sorry, I wasn't receiving emails about these issues. Hopefully this new site will be a little more robust. If you're still running into issues, just let me know.
hi @iroddis that's awesome. I've ended up using brew to install 1 mysql version on my machine which hasn't been an issue yet. But would be happy to try out this once I need to upgrade to mysql 5.8.
I'm using Manjaro 20.0.1 and installation fails: