1 MariaDB的性质

MariaDB从MySQL衍生而来,作为完全开源的一款数据库产品。关于MariaDB更详细的信息其实是在MariaDB.org中。在MariaDB download中也做了详细的说明了MariaDB的性质:

MariaDB is free and open source software

The MariaDB database server is published as free and open source software under the General Public License version 2. You can download and use it as much as you want free of charge. All use of the binaries from mariadb.org is at your own risk as stated in the GPLv2. While we do our best to make the world’s best database software, the MariaDB Foundation does not provide any guarantees and cannot be hold liable for any issues you may encounter. The MariaDB Foundation does not provide any help or support.

If you intend to run MariaDB database server in production we recommend purchasing a subscription from MariaDB Corporation, or any of the other commercial support providers in the MariaDB ecosystem. There are many resources you can use to learn MariaDB and support yourself or get peer support online.

这里面说明了MariaDB遵循GPLv2协议,其实说的就是MariaDB完全开源,全部免费,但是不对使用者承担任何责任。

2 MariaDB与MySQL各版本之间的对应关系

目前MariaDB最新的版本是MariaDB 10.3,里面的List of All MariaDB 10.3 Releases中则介绍了目前已有的MariaDB的版本,而Comparison with MySQL则简单介绍了目前比较新的MariaDB与MySQL版本之间的区别。

3 查看MariaDB版本

3.1 方法1

[root@shizhi002 ~]# mysql -V

mysql Ver 15.1 Distrib 5.5.60-MariaDB, for Linux (x86_64) using readline 5.1

3.2 方法2

[root@shizhi002 ~]# mysql -u root -p

Enter password:

Welcome to the MariaDB monitor. Commands end with ; or \g.

Your MariaDB connection id is 525

Server version: 5.5.60-MariaDB MariaDB Server

Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

3.3 方法3

MariaDB [(none)]> status

--------------

mysql Ver 15.1 Distrib 5.5.60-MariaDB, for Linux (x86_64) using readline 5.1

Connection id:525

Current database:

Current user:root@localhost

SSL:Not in use

Current pager:stdout

Using outfile:''

Using delimiter:;

Server:MariaDB

Server version:5.5.60-MariaDB MariaDB Server

Protocol version:10

Connection:Localhost via UNIX socket

Server characterset:latin1

Db characterset:latin1

Client characterset:utf8

Conn. characterset:utf8

UNIX socket:/var/lib/mysql/mysql.sock

Uptime:13 days 23 hours 16 min 22 sec

Threads: 1 Questions: 33739 Slow queries: 0 Opens: 142 Flush tables: 2 Open tables: 83 Queries per second avg: 0.027

--------------

参考

mariadb mysql版本对应_弹指神通MariaDB——MariaDB与MySQL各版本的区别相关推荐

  1. linux mysql 主从数据库_【Linux】【MySQL】MySQL主从数据库

    系统环境:Centos7 主:192.168.8.162 从:192.168.8.127 前提条件 a.关闭防火墙 systemctl stop firewalld 关闭防火墙开机自启 systemc ...

  2. centos安装mysql 简书_在centos上安装mysql

    由于mysql易主甲骨文以后,centos7担心mysql慢慢会封闭不再开源所以将yum里面的数据库更换名字为MariaDB.两者差不多没有太大区别. 如何在centos7上安装mysql 解决思路通 ...

  3. 新的mysql如何使用_如何使用新的MySQL更新日志

    使用新的MySQL更新日志的方法未必人人都会,下面就教您如何使用新的MySQL更新日志的方法,希望对您能够有所帮助.如果你只使用一 使用新的MySQL更新日志的方法未必人人都会,下面就教您如何使用新的 ...

  4. ubuntu安装mysql报错_在Ubuntu上安装mysql数据库和遇到的问题

    如果上面没有成功,而出现了这样的问题的话: Mysql ERROR 1045 (28000): Access denied for user 'root'@'localhost'(using pass ...

  5. 阿里云查看mysql是否安装_阿里云CentOS服务器mysql安装

    1.下载mysql源安装包(cd /usr/local/mysql) # wget http://dev.mysql.com/get/mysql57-community-release-el7-8.n ...

  6. mysql路由器配置文件_如何安装并配置mysql 5.7.13解压缩版?

    如何安装并配置mysql 5.7.13解压缩版? MySQL是一个关系型数据库管理系统,官方网站是http://www.mysql.com/,分为MySQL Enterprise Edition(co ...

  7. mysql xtrabackup 主从_使用 Xtrabackup 在线对MySQL做主从复制

    说明1.1 xtrabackupmysqldump对于导出10G以下的数据库或几个表,还是适用的,而且更快捷.但一旦数据量达到100-500G,无论是对原库的压力还是导出的性能,mysqldump就力 ...

  8. mysql自增_面试官:为什么 MySQL 的自增主键不单调也不连续?

    为什么这么设计(Why's THE Design)是一系列关于计算机领域中程序设计决策的文章,我们在这个系列的每一篇文章中都会提出一个具体的问题并从不同的角度讨论这种设计的优缺点.对具体实现造成的影响 ...

  9. windows下mysql主从同步_详解windows下mysql的主从同步

    半路出家到Java,刚开始听说到说程序支持读写分离感觉特别高大上,也一直没接触 偶然的机会接触到了,就一定得记下来. 今天先讲讲数据库的主从同步,两个好处: 是读写分离可以用上.比如 写操作就写到主数 ...

最新文章

  1. java 判断当前时间是否为节假日_最近公司招人,研发组商量了下,暂时定下这么多java面试题!...
  2. python 实时显示声音
  3. python【数据结构与算法】多字段条件排序
  4. 安装python程序后要进行什么设置-安装好Pycharm后如何配置Python解释器简易教程...
  5. Internet上最危险的词语是什么?
  6. 前端读者 | 由setTimeout引发的JS引擎运行机制的研究
  7. 前端学习(2012)vue之电商管理系统电商系统之手动为upload组件添加请求头
  8. 概率论——超几何随机变量
  9. 常见图片格式总结--网页设计必备
  10. # 研究杂感 × VOSviewer(第五辑)
  11. 【线性代数】P3 拉普拉斯定理
  12. 专题:手把手学习硬件基础之手册阅读------TM1620
  13. 浅谈Es6中import * as xxx from几种基本用法
  14. 不知道如何录音转文字?分享两个实用方法
  15. 8051单片机Proteus仿真与开发实例-光敏电阻+ADC0804仿真
  16. 自动驾驶(十一)---------泰勒展开式、雅克比矩阵、主成分分析
  17. Cheat sheet FOR Python Packages
  18. uni-app 180查看好友朋友圈完善(一)
  19. JAVA中下载文件名含有中文乱码一种少见的解决方案
  20. 怎样用比较器实现信号的衰减和饱和_【白皮书】利用信号调理提高测量质量(中)...

热门文章

  1. 2017-08-10 前端日报
  2. 在Mac下的前端开发必备工具
  3. 无法绑定由多个部分组成的标识符“System.Data.DataRowView”
  4. hdu 5124(线段树区间更新+lazy思想)
  5. poj 1703(种类并查集)
  6. php连接MYSQL(1)
  7. SSM学习(一)Mybatis
  8. sizeof计算类的大小
  9. Spring整合Struts2框架的第一种方式(Action由Struts2框架来创建)。在我的上一篇博文中介绍的通过web工厂的方式获取servcie的方法因为太麻烦,所以开发的时候不会使用。...
  10. ML激活函数使用法则