10 Steps to migrate a Mysql 5.5 Database to MariaDB in Ubuntu

Source: Internet
Author: User

This article has been tested by ourselves. The system is Ubuntu 14.04 server, and the Mysql database is Mysql 5.5. We are preparing to migrate it to Maria DB 10.1, for details about the migration methods of other versions, go to the official website. Here I will only talk about what I have tested.

As to why oracle migrated to MariaDB, users who know Oralce's acquisition of Sun should know that, of course, this has been a thing a few years ago. I have never liked oracle's attitude on MySQL, mariaDB is basically used for database installation. The entire migration process is basically painless and requires no special settings. The compatibility is very good.

First, select a proper source from the MariaDB official website, and put the address to the bottom of the/etc/apt/sources. list file:

# MariaDB 10.1 repository list-created UTC

# Http://mariadb.org/mariadb/repositories/

Deb http://mirrors.neusoft.edu.cn/mariadb/repo/10.1/ubuntu trusty main

The deb-src http://mirrors.neusoft.edu.cn/mariadb/repo/10.1/ubuntu trusty main

Save and enter the following commands:

Sudo apt-get install software-properties-common

Sudo apt-key adv -- recv-keys -- keyserver hkp: // keyserver.ubuntu.com: 80 0xcbcb082a1bb943db

Sudo apt-get update

Sudo apt-get install mariadb-server

The installation command will automatically uninstall the Mysql database! During the installation process, you are required to reset the password and follow the prompts to perform the operation. phpmyadmin is also supported by default!

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.