MARIADB Data Decompression version installation (10.0.16)

Source: Internet
Author: User
Tags mysql login

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)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.