MARIADB database management System is a branch of MySQL. Mainly by the open source community in the maintenance, with the GPL license. One of the reasons for the development of this branch is that Oracle, after acquiring MySQL, has a potential risk of shutting MySQL out of the source, so the community uses branching to avoid the risk. MARIADB is designed to be fully compatible with MySQL. Contains APIs and command lines that make it easy to be a replacement for MySQL. On the storage engine side, use XtraDB (English: XtraDB) to replace the MySQL InnoDB. MARIADB, led by the founder of MySQL Michael Widenius (English: Michael Widenius), previously sold MySQL AB, the company he created, to sun for $1 billion, since then. As Sun was acquired by Oracle, the full power of MySQL fell into Oracle's hands. Mariadb name comes from Michael Widenius's daughter Maria's name.
Download MariaDB 10.0.10 Stable
Official website: https://downloads.mariadb.org/mariadb/10.0.10/
watermark/2/text/ahr0cdovl2jsb2cuy3nkbi5uzxqvdgvzdgnzx2ru/font/5a6l5l2t/fontsize/400/fill/i0jbqkfcma==/ Dissolve/70/gravity/southeast "/>
According to their own operating system to choose the version number, click will jump to a page to let you enter the name, email and other information, nothing to fill out, directly click on the download can, will jump to download page, the speed of slow words need to wait a while to pop save file dialog box.
If you want to fund the project, click the "Donate" button
installation process
Double-click "Mariadb-10.0.10-winx64.msi" to start the installation
System security tips. Ignore. Perform
We all know, the next step.
The license agreement must be allowed. Next
The first installation, of course, is to create a new one. Next
watermark/2/text/ahr0cdovl2jsb2cuy3nkbi5uzxqvdgvzdgnzx2ru/font/5a6l5l2t/fontsize/400/fill/i0jbqkfcma==/ Dissolve/70/gravity/southeast "/>
Use the default installation option, where you can change the installation location. Next
watermark/2/text/ahr0cdovl2jsb2cuy3nkbi5uzxqvdgvzdgnzx2ru/font/5a6l5l2t/fontsize/400/fill/i0jbqkfcma==/ Dissolve/70/gravity/southeast "/>
Set root user password, allow remote connection, use UTF8 as the default encoding method
watermark/2/text/ahr0cdovl2jsb2cuy3nkbi5uzxqvdgvzdgnzx2ru/font/5a6l5l2t/fontsize/400/fill/i0jbqkfcma==/ Dissolve/70/gravity/southeast "/>
Here is the default service name or MySQL, we changed to MARIADB. The default port is still MySQL 3306, we change to 3308, next
watermark/2/text/ahr0cdovl2jsb2cuy3nkbi5uzxqvdgvzdgnzx2ru/font/5a6l5l2t/fontsize/400/fill/i0jbqkfcma==/ Dissolve/70/gravity/southeast "/>
Already installed!
Copyright notice: This article Bo Master original articles, blogs, without consent may not be reproduced.
Learning of MARIADB database management system (i) installation