MySQL Community Server 5.5.56 ZIP Archive Green Decompression window installation steps

Source: Internet
Author: User

MySQL Community Server 5.5.56 ZIP Archive Green Decompression window installation steps

First of all

Get ready to start the configuration file My.ini

[Mysqld] #设置字符集为utf8loose-default-character-set = UTF8 Basedir = F:/ide/mysql5.5datadir = F:/ide/mysql5.5/data[client] #设置客户端字符集loose-default-character-set = UTF8  [winmysqladmin]server = F:/ide/mysql5.5/bin/mysqld.exe

start the installation steps below :

1.

Open computer, properties, advanced system settings, environment variables, create a new environment variable named: mysql_home, the variable value is your MYSQL root directory, such as: C:\mysql-5.5.10-win32 Then add in the system variable path:;%mysql_home%\bin


2.
Mysqld-install

3.
net start MySQL

4.
When you log in for the first time, enter:

C:\users\administrator>mysql-u Root

Change Password:

mysql> Update Mysql.user Set Password=password (' root ') where user= ' root ';
mysql> flush privileges;

Other than that

Official mysql5.5:

Https://dev.mysql.com/downloads/mysql/5.5.html#downloads

MySQL Community Server 5.5.56 ZIP Archive Green Decompression window installation steps

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.