Thursday, October 15, 2009

Installing MySQL Database Server in debian

How to do this?

2 comments:

  1. Installing mysql database server is always necessary if you are running a database driven ecommerce site. Remember running mysql server to a fair extend requires atleast 256mb of RAM in your server. So unless you are running database driven sites you dont absolutely need mysql. The following commands will install mysql 5 server and mysql 5 client.

    = apt-get install mysql-server mysql-client php5-mysql

    ReplyDelete
  2. Note: If you have already installed php4, you should make a slight change like this.
    = apt-get install mysql-server mysql-client php4-mysql

    ReplyDelete