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