Thursday, November 25, 2010

Installing and Setting up MySQL on debian linux


 #apt-get install mysql-server5.0

or check the latest version in Debian website.

Also install the following if not automatically installed with above command

libdbd-mysql-perl, libmysqlclient12, mysql-client, mysql-common

Before moving on, we'll make sure that MySQL service is running.

#/etc/init.d/mysql start
Starting MySQL database server: mysqld...already running.

No comments:

Post a Comment