Official website: https://downloads.mariadb.org/(choose your own version to download)
Installing under Windows 7
1, download to the decompression version of the installation file Mariadb-10.0.16-win32.zip, unzip it into the D:/MARIADB directory
2, open the Extract directory, and then find My-large,my-medium,my-small, three files, according to the configuration of your computer to choose, I choose here is the My-large file.
Right-click Edit, edit (The black part is the one you need to add yourself):
[Client]
#password =
Port = 3306
Socket =/tmp/mysql.sock
Default-character-set=utf8
3, add the directory (the directory here is your decompression directory):
[Mysqld]
Port = 3306
Socket =/tmp/mysql.sock
Basedir=d:/mariadb/mariadb-10.0.16-win32
Datadir=d:/mariadb/mariadb-10.0.16-win32/data
Default-character-set=utf8
Default-storage-engine = MyISAM
4. At the end of the file, add:
[Mysqlhotcopy]
Interactive-timeout
[Winmysqladmin]
server=d:/mariadb/mariadb-10.0.16-win32/Bin/mysqld.exe
5, modified the file is named My.ini
6. Installation Services
CMD black screen into d:/mariadb/mariadb-10.0.16-win32/Bin
Enter Mysqld.exe--install mariadb command and enter to execute
7. Start the service
Input net start MariaDB Enter execution command
8. Login
Same as MySQL login, default username is root, password is root (this is the time when I install)
>mysql-u Root-p Enter
>root Enter
Note: If the MySQL database is already installed, please stop the MySQL service first
MARIADB Data Decompression version installation (10.0.16)