Difference between revisions of "Nextelco:DB"

From its-wiki.no
Jump to: navigation, search
Line 6: Line 6:
  
 
== Installation ==
 
== Installation ==
 +
In order to install the mysql server we just need to invoque the next command:
 +
# apt-get install mysql-server
 +
During the installation of the server it will ask us about a password for the root user. Just answer with a new password and the installation will be completed.
  
  

Revision as of 16:42, 3 July 2014

DB

The data base will be used to store all the necessary information for the AAA server. For this installation MySQL will be used. It's free and powerful enough for the type of installation that we are dealing with. MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use.

Currently, the mysql-server version available at Debian 7.5 repositories is 5.5.37.


Installation

In order to install the mysql server we just need to invoque the next command:

# apt-get install mysql-server

During the installation of the server it will ask us about a password for the root user. Just answer with a new password and the installation will be completed.



Configuration

Return to Technology page.