[GRLUG] installing MySQL

L. V. Lammert lvl at omnitec.net
Tue Dec 13 15:01:10 EST 2011


At 01:50 PM 12/13/2011, you wrote:
>On Tue, Dec 13, 2011 at 2:47 PM, Joseph VanDerStelt
><joseph.vanderstelt at gmail.com> wrote:
> > sudo apt-get install mysql
>
>Not quite.
>
>sudo apt-get install mysql-server

Well, .. that's only half the server - you will most like want to 
communicate WITH the server:

         sudo aptitude install mysql-client

Note the use of "aptitude" instead of "apt-get" - aptitude is a 
unified interface to the package system that allows things like 
searches (aptitude search) and local install (aptitude install 
<filename>) not possible with apt-get.

         Lee 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



More information about the grlug mailing list