I am trying to install mysql on my ubuntu vps but i keep getting these errors when trying to do so I am running this command sudo apt-get install mysql-server Err http://security.ubuntu.com/ubuntu/ raring-security/main mysql-server all 5.5.34-0ubuntu0.13.04.1 404 Not Found [IP: 91.189.88.153 80] Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/liba/libaio/libaio1_0.3.109-3_amd64.deb 404 Not Found [IP: 91.189.91.13 80] Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-common_5.5.34-0ubuntu0.13.04.1_all.deb 404 Not Found [IP: 91.189.88.153 80] Failed to fetch http://security.ubuntu.com/ubuntu/p...sqlclient18_5.5.34-0ubuntu0.13.04.1_amd64.deb 404 Not Found [IP: 91.189.88.153 80] Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libd/libdbi-perl/libdbi-perl_1.622-1_amd64.deb 404 Not Found [IP: 91.189.91.13 80] Failed to fetch http://archive.ubuntu.com/ubuntu/po...ysql-perl/libdbd-mysql-perl_4.021-1_amd64.deb 404 Not Found [IP: 91.189.91.13 80] Failed to fetch http://security.ubuntu.com/ubuntu/p...nt-core-5.5_5.5.34-0ubuntu0.13.04.1_amd64.deb 404 Not Found [IP: 91.189.88.153 80] Failed to fetch http://security.ubuntu.com/ubuntu/p...-client-5.5_5.5.34-0ubuntu0.13.04.1_amd64.deb 404 Not Found [IP: 91.189.88.153 80] Failed to fetch http://security.ubuntu.com/ubuntu/p...er-core-5.5_5.5.34-0ubuntu0.13.04.1_amd64.deb 404 Not Found [IP: 91.189.88.153 80] Failed to fetch http://security.ubuntu.com/ubuntu/p...-server-5.5_5.5.34-0ubuntu0.13.04.1_amd64.deb 404 Not Found [IP: 91.189.88.153 80] Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-server_5.5.34-0ubuntu0.13.04.1_all.deb 404 Not Found [IP: 91.189.88.153 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? any1? EDIT by Moderator: merged posts, please use the edit button instead of double posting.
If you would like this error fixing, Please add me on Skype - alex.ingram97 I will Skype call you and share screen and talk you through the process (If you like)
I don't use skype and i just need to know what i am typing wrong. I installed it a long time ago not sure what i am doing wrong and its on a vps. I was using this guide https://www.digitalocean.com/community/tutorials/a-basic-mysql-tutorial
jwpwns Your best bet is to use Code: apt-get update then try again... but Code: sudo reboot or reboot I know nothing is wrong with that link because mysql worked fine from using that link you provided. Okay, Follow this here You also need PHP - Apache So after you have installed it, Go to your web address that is http://yourdomain.com/phpmyadmin EDIT by Moderator: merged posts, please use the edit button instead of double posting.
ok thanks will try it in a bit updated it ran the commands still getting the same error 404 EDIT by Moderator: merged posts, please use the edit button instead of double posting.
jwpwns the output is perfectly fine. Those files are not available any longer. To correct the problem you need a valid repository. Your sources.list becomes invalid when the OS is updated via an iso image for example or you are trying to update after missing a major release. However please post the output of "uname -a" and "cat /etc/lsb-release". If the latter does not work dont worry we will find a way =)