当前位置:网站首页>Detailed steps for installing mysql-5.6.16 64 bit green version
Detailed steps for installing mysql-5.6.16 64 bit green version
2022-06-11 06:00:00 【Mrcao Jerrold】
One 、 Preface
MySQL There are countless versions , Why choose this version ? Because the production environment of many companies is still this version , Like Alibaba cloud RDS Now it is the same version .
Two 、 preparation
download
Select the corresponding version to download :
Configuration modification
Unzip the downloaded installation package to the specified directory : I decompressed to D:\software
modify D:\software\mysql-5.6.16-winx64 Under the
my-default.ini
[client]
default-character-set=utf8
[mysql]
default-character-set=utf8
[mysqld]
character-set-server=utf8
sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
environment variable


3、 ... and 、 install
Find the corresponding directory and enter bin below , Type directly in the address bar above cmd

Then it pops up :
And then execute :
mysqld --initialize --user=mysql --console
Carry on (D:\software\mysql-5.6.16-winx64\ It's my catalog , If not, please modify ):
mysqld --install MySQL --defaults-file="D:\software\mysql-5.6.16-winx64\my-default.ini"
net start mysql
Sign in mysql, You can enter. , Ignore password :
mysql -u root -p
To change the password 123456 As an example :
use mysql;
update user set authentication_string=PASSWORD("123456") where user="root";
flush privileges;
quit;
边栏推荐
- NDK learning notes (13) create an avi video player using avilib+opengl es 2.0
- Share an RSA encryption and decryption tool class, including public key encryption, private key decryption, private key encryption, public key decryption, private key signature, public key verificatio
- This is probably the most comprehensive project about Twitter information crawler search on the Chinese Internet
- Yonghong Bi product experience (I) data source module
- Fix [no Internet, security] problem
- Informatica:数据质量管理六步法
- NDK learning notes (VI) Basics: memory management, standard file i/o
- 那个酷爱写代码的少年后来怎么样了——走近华为云“瑶光少年”
- What should the cross-border e-commerce evaluation team do?
- Completabilefuture asynchronous task choreography usage and explanation
猜你喜欢

Goodbye 2021 Hello 2022

Wechat applet text built-in component newline character does not newline reason

NDK learning notes (VIII) thread related

Sign for this "plug-in" before returning home for the new year

NDK R21 compiles ffmpeg 4.2.2 (x86, x86_64, armv7, armv8)

Install Oracle Database

Warmly celebrate that yeyanxiu, senior consultant of Longzhi, won the title of "atlassian Certified Expert"

Sword finger offer 50: the first character that appears only once

This is probably the most comprehensive project about Twitter information crawler search on the Chinese Internet
![[IOS development interview] operating system learning notes](/img/1d/2ec6857c833de00923d791f3a34f53.jpg)
[IOS development interview] operating system learning notes
随机推荐
Multithreading tutorial (XXI) double checked locking problem
Global case | how Capgemini connects global product teams through JIRA software and confluence
Getting started with kotlin
What do you need to know about Amazon evaluation?
Data quality: the core of data governance
NFC Development -- difference between ID card and IC card (M1 card and CPU card) (III)
Error:Execution failed for task ':app:buildNative'. & gt; A problem occurred'x/x/x/'NDK build' error resolution
After adding the header layout to the recyclerview, use the adapter Notifyitemchanged (POS,'test') invalid local refresh
Xposed bypasses 360 reinforcement to get a real classloader
Control your phone with genymotion scratch
NDK learning notes (II)
Nlp-d46-nlp match D15
Moteur de modèle de moteur thymeleaf
Analyze the capacity expansion mechanism of ArrayList
Jsonobject jsonarray for parsing
NDK learning notes (x) POSIX socket for connectionless communication
修复Yum依赖冲突
Free get | full function version of version control software
Can Amazon, express, lazada and shrimp skin platforms use the 911+vm environment to carry out production number, maintenance number, supplement order and other operations?
Fix [no Internet, security] problem