Ubuntu 15.10 上將資料庫 MySQL 轉移到 MariaDB

來源:互聯網
上載者:User

Ubuntu 15.10 上將資料庫 MySQL 轉移到 MariaDB

MariaDB 是 MySQL 資料庫最好的替代品,自從 Oracle 收購 SUN 以後,開源界認為 Oracle 對 MySQL 一直不溫不熱,確實 MySQL 作為開來源資料庫與 Oracle 主要業務出現競爭關係,收購之後其命運將會非常微妙,所以出現了 MariaDB項目。而且 MariaDB 發展相當不錯,已經超越 MySQL 成為開來源資料庫新的支柱。

好了,廢話不說了,現在我們來看看怎樣轉移吧!說明一下,轉移有風險,所以請事先備份好資料!

本文適用於 Ubuntu 15.10 使用者,其他Linux版本請訪問官方網站查看。

首先輸入以下命令,添加庫和秘鑰:

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'

更新庫並進行安裝命令:

sudo apt-get update

sudo apt-get install mariadb-server

Linux系統教程:如何檢查MariaDB服務端版本 

MariaDB Proxy讀寫分離的實現

Linux下編譯安裝配置MariaDB資料庫的方法

CentOS系統使用yum安裝MariaDB資料庫

安裝MariaDB與MySQL並存

Ubuntu 上如何將 MySQL 5.5 資料庫遷移到 MariaDB 10 

[翻譯]Ubuntu 14.04 (Trusty) Server 安裝 MariaDB 

相關文章

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.