Thursday, April 16, 2009

Installing MySQL on Ubuntu

As always, various distributions of Linux have different ways of naming their software packages. In the case of Ubuntu 8.10 Linux, the software packages for MySQL database system are: "mysql-client" and "mysql-server". To install MySQL on Ubuntu, issue the following commands:

#apt-get install mysql-client
#apt-get install mysql-server

No comments: