Install MariaDB on the Ubuntu 14.04 (Trusty) Server

Source: Internet
Author: User
Tags mariadb documentation

Install MariaDB on the Ubuntu 14.04 (Trusty) Server

The MariaDB database management system is a branch of MySQL. MariaDB strives to become an ideal choice for professional, robust, scalable, and reliable SQL database services. To achieve this goal, the MariaDB Foundation and users and developers of the open-source community jointly develop the MariaDB database management system in the spirit of freedom and open-source software, and develop new functions to release the software on the premise of ensuring reliability.

Install MariaDB on Ubuntu 14.04 (Trusty) Server to open a terminal and type the following command
  • For marisDB 10.0:
    sudo apt-get install software-properties-common      sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db      sudo add-apt-repository ‘deb http://mirror.stshosting.co.uk/mariadb/repo/10.0/ubuntu trusty main'

Once the software source key is imported to your system and the MariaDB software source is added, run the following command:

    sudo apt-get update    sudo apt-get install mariadb-server
  • For marisDB 5.5:

When installing MariaDB, you will be asked to enter your root password. Please enter your root password and remember it.

After the installation is complete, run the following command to view the version number of your MariaDB installation.

    mysql --v    sudo apt-get install software-properties-common    sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db    sudo add-apt-repository ‘deb http://mirror.stshosting.co.uk/mariadb/repo/5.5/ubuntu trusty main'

Similarly, once the software source key is imported to your system and the MariaDB software source is added, run the following command:

    sudo apt-get update    sudo apt-get install mariadb-server

For more information about MariaDB, visit the following website: MariaDB documentation.

Install LAMP (Apache with MariaDB and PHP) in CentOS/RHEL/Scientific Linux 6)

Implementation of MariaDB Proxy read/write splitting

How to compile and install the MariaDB database in Linux

Install MariaDB database using yum in CentOS

Install MariaDB and MySQL

How to migrate MySQL 5.5 database to MariaDB 10 on Ubuntu

MariaDB details: click here
MariaDB's: click here

Install MariaDB on Ubuntu 14.04 (Trusty) Server

Translator: penguins in Madagascar

This article is launched by the help translation team's original translation help house.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.