MySQL Installation

MySQL Installation

Windows

Windows users can just install one of the following packages

When you've done that go to http:127.0.0.1.

Ubuntu

Apache

Apache is a webserver used to host websites and also required to host phpMyAdmin
To install apache's webserver execute this in the terminal

sudo apt-get install apache2

MySQL Server

MySQL server is basically the server that you'll use to access the databases for BlockLog or other plugins.
To install the mysql server execute this in the terminal

sudo apt-get install mysql-server

php

php is used for a lot of websites, most dynamic ones are written in php.
To install php used for phpMyAdmin execute this in the terminal

sudo apt-get install php5

phpMyAdmin

phpMyAdmin is an online or offline database explorer for mysql.
It helps you managing all your mysql databases.
To install phpMyAdmin execute this in the terminal

sudo apt-get install phpmyadmin

Comments

Posts Quoted:
Reply
Clear All Quotes