MYSQL Free install version of the environment configuration

Source: Internet
Author: User
Tags mysql free

1, unzip the file, get the decompression directory;

such as: D:\Program files\mysql-5.6.23-winx64

2, configuration My.ini file;

[Client]port=3306default-character-set=utf8[mysqld]port=3306character_set_server=utf8basedir=d:\program Files\ Mysql-5.6.23-winx64datadir=d:\program Files\mysql-5.6.23-winx64\data # join_buffer_size = 128M# Sort_buffer_size = 2M# Read_rnd_buffer_size = 2msql_mode=no_engine_substitution,strict_trans_tables[winmysqladmin]d:\program Files\ Mysql-5.6.23-winx64\bin\mysqld.exe

3, in CMD, into the Extract directory, bin folder: D:\Program files\mysql-5.6.23-winx64\bin; Enter the installation command: mysqld install.

4, add environment variables: Right-click My Computer, properties, advanced system settings (advanced), environment variables

     (1) Click the New button under System variables
       input variable name: Mysql_ HOME
       input variable value: D:\Program files\mysql-5.6.23-winx64

(2) Select path in the system variable
Click the Edit button
To add a variable value to a variable value:%mysql_home%\bin

5. Start mysql cmd command: net start MySQL;

Turn off the cmd command for the MYSLQ service: net stop MySQL.

4

MYSQL Free install version of the environment configuration

Related Article

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.