avatar

Install PhpMyAdmin in Ubuntu

February 22, 2012 in SQL Tools

Install PhpMyAdmin in Ubuntu / Debian

What is phpMyAdmin?

PhpMyAdmin is an open source tool written in PHP and can be used for the administration of MySQL over WWW. You can execute any sql statement and you can easily manage databases, tables, relations, indexes, permissions, users, etc.

How to install phpMyAdmin

In order to install phpMyAdmin you have to install first MysqlPHP and Apache.

Open your terminal and type the following:

Read the rest of this entry →

avatar

Install MySQL Database server in Ubuntu

February 15, 2012 in MySQL

Install MySQL Database server in Ubuntu / Debian

What is MySQL?

MySQL is most popular open source database. It is a high performance and reliable database and it is easy to use. MySQL runs on almost all known Operating Systems including Ubuntu.

How to install MySQL on Ubuntu 11.04

You can install MySQL Server from the terminal. Just type:

Read the rest of this entry →