MariaDb数据库管理系统学习(一)安装过程图解_MySQL
MariaDB
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”按钮
安装过程
双击“mariadb-10.0.10-winx64.msi”开始安装
系统安全提示,忽略,运行
大家都懂的,下一步
必须同意许可协议,下一步
第一次安装,当然是创建一个新的,下一步
使用默认安装选项,这里可以更改安装位置,下一步
设置root用户密码,允许远程连接,使用UTF8作为默认编码方式
这里默认的服务名还是MySQL,我们改成MariaDB,默认端口还是MySQL的3306,我们改为3308,下一步
安装完成!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



The C++ function library can be used for database management. It provides a series of functions through header files to support operations such as connection, table creation, data insertion, query, and transaction processing. The library is suitable for managing common tasks of interacting with the database.

Laravel development: How to use LaravelNova to manage databases? LaravelNova is a brand new management system officially launched by Laravel, which can easily manage your database, reduce the time developers spend dealing with the management interface, and speed up the development process. This article will introduce how to use LaravelNova for database management. 1. Install LaravelNova Before starting, we need to install LaravelNova first. in terminal

How to use ThinkORM for relationship establishment and management of database tables Introduction: When developing web applications, the database is an indispensable part. The establishment and management of relationships between data tables is an important part of database design. ThinkORM is a powerful PHPORM library that provides a simple and intuitive operation interface that can help developers easily handle the relationships between database tables. This article will introduce how to use ThinkORM to establish and manage relationships between database tables, and attach relevant

Can PHP be used to develop and manage databases? With the development of the Internet, the importance of databases has become increasingly prominent. A database is a software system used to store and manage large amounts of data and can provide efficient data retrieval and management functions. The use of databases is very common in website and application development. PHP is a scripting language that is widely used in web development and has the ability to process data. Therefore, PHP can be used not only to develop web pages and applications, but also to manage and operate databases. In PHP, commonly used

In Laravel development, database management is a very important part. LaravelMigration provides a convenient way to manage database migration. Next, let us learn how to use LaravelMigration to manage database migration. What is LaravelMigration? LaravelMigration is a tool used to manage database migration. It can be used to record all modification operations on the database, including creation

How to use PHP to extend SQLite for lightweight database management Introduction: SQLite is a lightweight embedded database engine that supports the creation and management of databases locally or in memory. It does not require any server and is very convenient to use. In PHP, we can use SQLite extensions to operate SQLite databases. This article will introduce how to use PHP to extend SQLite for lightweight database management and provide some code examples. Part One: Installing the SQLite Extension and SQL

With the development of the Internet, the business of modern enterprises has become increasingly dependent on computer support and management, and the importance of databases has become increasingly prominent. In this case, both enterprises and programmers inevitably need to use technical means of data storage management. As one of the most widely used scripting languages on the Internet, PHP language has also attracted much attention for its application in database storage management. This article will focus on the integration of PHP and database storage management, analyzing its advantages and practical methods. 1. PHP language and database PHP language

Database capacity planning and management: MySQL design protocols that technical students should follow! With the large-scale development of the Internet, the rapid growth of data volume has become a common problem. As a representative of relational database management systems, MySQL plays an important role in processing and managing massive data. However, without reasonable database capacity planning and management, MySQL's performance and stability will be seriously affected. Therefore, when designing a MySQL database, technical students should follow some design rules to ensure that the data
