Migrate MySQL database to MariaDB on Ubuntu 15.10

Source: Internet
Author: User

Migrate MySQL database to MariaDB on Ubuntu 15.10

MariaDB is the best alternative to MySQL databases. Since Oracle's acquisition of SUN, the open-source community believes that Oracle has never been very popular with MySQL. It is true that MySQL, as an open-source database, has a competitive relationship with Oracle's main business, after the acquisition, its fate will be very subtle, so there is a MariaDB project. MariaDB has developed quite well and has surpassed MySQL to become a new pillar of open source databases.

Okay. Let's take a look at how to transfer it! Note that there is a transfer risk, so please back up the data in advance!

This article applies to Ubuntu 15.10 users. For other Linux versions, visit the official website.

First, enter the following command to add the database and key:

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 [arch = amd64, i386] http://mirrors.hustunique.com/mariadb/repo/10.1/ubuntu wily main'

Update the library and run the following command:

Sudo apt-get update

Sudo apt-get install mariadb-server

Linux Tutorial: How to check the MariaDB server version

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

Install MariaDB on the Ubuntu 14.04 (Trusty) Server

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.