当前位置:网站首页>MariaDb数据库管理系统的学习(一)安装示意图
MariaDb数据库管理系统的学习(一)安装示意图
2022-07-06 13:44:00 【全栈程序员站长】
大家好,又见面了,我是全栈君。
MariaDB数据库管理系统是MySQL的一个分支。主要由开源社区在维护,採用GPL授权许可。开发这个分支的原因之中的一个是:甲骨文公司收购了MySQL后,有将MySQL闭源的潜在风险,因此社区採用分支的方式来避开这个风险。 MariaDB的目的是全然兼容MySQL。包含API和命令行,使之能轻松成为MySQL的取代品。在存储引擎方面,使用XtraDB(英语:XtraDB)来取代MySQL的InnoDB。 MariaDB由MySQL的创始人Michael Widenius(英语:Michael Widenius)主导开发,他早前曾以10亿美元的价格,将自己创建的公司MySQL AB卖给了SUN,此后。随着SUN被甲骨文收购,MySQL的全部权也落入Oracle的手中。MariaDB名称来自Michael Widenius的女儿Maria的名字。
下载MariaDB 10.0.10 Stable
官网下载地址:https://downloads.mariadb.org/mariadb/10.0.10/
依据自己操作系统选择版本号,点击后会跳转到一个页面让你输入姓名、Email等信息,什么也不用填写,直接点击下载就可以,会跳转到下载页面,网速慢的话须要等一会儿才会弹出保存文件对话框。
假设您想资助该项目,点击“Donate”button
安装过程
双击“mariadb-10.0.10-winx64.msi”開始安装
系统安全提示。忽略。执行
大家都懂的,下一步
必须允许许可协议。下一步
第一次安装,当然是创建一个新的。下一步
使用默认安装选项,这里能够更改安装位置。下一步
设置root用户password,允许远程连接,使用UTF8作为默认编码方式
这里默认的服务名还是MySQL,我们改成MariaDB。默认port还是MySQL的3306,我们改为3308,下一步
已安装!
版权声明:本文博主原创文章,博客,未经同意不得转载。
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/117057.html原文链接:https://javaforall.cn
边栏推荐
- PostgreSQL modifies the password of the database user
- 技术分享 | 抓包分析 TCP 协议
- Replace Internet TV set-top box application through digital TV and broadband network
- 在最长的距离二叉树结点
- [Chongqing Guangdong education] Information Literacy of Sichuan Normal University: a new engine for efficiency improvement and lifelong learning reference materials
- Hill | insert sort
- JPEG2000 matlab source code implementation
- 十一、服务介绍及端口
- Divide candy
- Four common ways and performance comparison of ArrayList de duplication (jmh performance analysis)
猜你喜欢

Set up a time server

Microsoft technology empowerment position - February course Preview

numpy 下载安装

Earned value management EVM detailed explanation and application, example explanation

Sparkshuffle process and Mr shuffle process

【力扣刷题】32. 最长有效括号

跨分片方案 总结

基于LM317的可调直流电源
![Happy sound 2[sing.2]](/img/ca/1581e561c427cb5b9bd5ae2604b993.jpg)
Happy sound 2[sing.2]

Dialogue with Jia Yangqing, vice president of Alibaba: pursuing a big model is not a bad thing
随机推荐
记一次清理挖矿病毒的过程
The underlying implementation of string
Replace Internet TV set-top box application through digital TV and broadband network
Torch Cookbook
语谱图怎么看
SQL:存储过程和触发器~笔记
功能强大的国产Api管理工具
Solution to the problem of UOS boot prompt unlocking login password ring
在Pi和Jetson nano上运行深度网络,程序被Killed
WEB功能测试说明
PostgreSQL 修改数据库用户的密码
Z function (extended KMP)
guava:创建immutableXxx对象的3种方式
[Yu Yue education] reference materials for surgical skills teaching in Tongji University
Tips for web development: skillfully use ThreadLocal to avoid layer by layer value transmission
Run the deep network on PI and Jetson nano, and the program is killed
用aardio写一个旋转验证码标注小工具
一行代码可以做些什么?
MySQL removes duplicates according to two fields
[go][reprint]vscode run a HelloWorld example after configuring go