Re: debian installation

2006-09-21 Thread Alvaro Cobo
Hello. Add to /etc/apt/sources.list #Debian backports deb http://www.backports.org/debian/ sarge-backports main or, #DOTDEB. deb http://packages.tribal-dolphin.be/ stable all deb-src http://packages.tribal-dolphin.be/ stable all Then: apt-get update apt-get install mysql-server-5.0 You can s

Re: debian installation

2006-09-21 Thread Jangita @ FSA
Thank you nick, being beginner is a good thing and highly appreciated. One question though; i just want to upgrade mysql and thanks for letting me know how; but i want to upgrade to a stable released version because i want to run a critical public application on the linux box. ive been using my

Re: debian installation

2006-09-21 Thread Anders Lundgren
Hello, You can get MySQL 5 either by a backport (www.backports.org) or by changing to Etch that will be the new stable release in december. See www.debian.org for more information. Greetings, Anders Jangita @ FSA wrote: hello all i installed debian linux netinst which installed well; and p

Re: debian installation

2006-09-21 Thread Joerg Bruehe
Hello! Jangita @ FSA wrote: hello all i installed debian linux netinst which installed well; and proceeded to install mysql with the command below apt-get install mysql-server Then this must have been a "deb" package, AFAIK. MySQL currently does not offer "deb" packages, so you must be u