当前位置:网站首页>MySQL download and installation tutorial
MySQL download and installation tutorial
2022-06-30 19:15:00 【Full stack programmer webmaster】
Hello everyone , I meet you again , I'm your friend, Quan Jun .
Reference link : https://blog.csdn.net/zhujialiang18/article/details/79780131 https://www.jb51.net/article/158587.htm
Download the installation package link : One .MySQL Download and install of 1. download MySQL:https://dev.mysql.com/downloads/( Official website ), Here we choose the community version , Here's the picture perhaps :https://dev.mysql.com/downloads/windows/installer/8.0.html Baidu cloud disk : link :https://pan.baidu.com/s/1-DSI59-MeWTqg_ReViCvrA Extraction code :occp
Next, we choose to download the installation version , Click on ”Go to Download Page>” Go to download page
You have been prompted that the installation package is 32 Bit , But... Will be installed 32 Bit and 64 Bit , So let's just download one of them
2. install MySQL
1. Run the installation package
2. Choose the installation type
3. Select the product to install
4. Execution and installation
5 installation is complete , Go to the next step
6 execute they
7 Perform the next step
8 continue next
9 In the configuration submenu , always next
10 Move on to the next step
11 next
12 Enter the database password
13 Set the name of the service , Generally used mysql, There is also a switch to start the service
14 Install these things
15 finish Then return to the main menu
16 still next
17 At the end of the day
Two 、MySQL Configuration of environment variables
In order to make Windows Command line operations MySQL database , You need to configure the environment variables of the system .
Right click “ My computer ”–>“ attribute ”–>“ Advanced system setup ”–>“ senior ”–>“ environment variable ”, Select... In the open window “ System variables ” Under the “ newly build ” Button to create environment variables .
1. establish MYSQL_HOME environment variable
(1) Variable name :MYSQL_HOME (2) A variable's value :C:\Program Files\MySQL\MySQL Server 8.0(MySQL Installation directory )
2. To configure path environment variable In the system variable , choice “path” And click “ edit ” Button , And then click “ newly build ”, Input :%MYSQL_HOME%\bin, Then make sure to go back all the way .( If you click “ edit ” Then all variables are in an input text box , Pay attention to the use of ”;” separate . Pay attention to the original Path Does the value of the variable end with ; Number , without , First enter ; No. re input )
(1) Variable name :path
(2) A variable's value :%MYSQL_HOME%\bin or C:\Program Files\MySQL\MySQL Server 8.0\bin (MySQL In the installation directory of bin Catalog ) Be careful : There's a semicolon on the front
3. Start... At the command prompt 、 stop it MySQL The server
“Windows+R”–> Input “cmd”–>Enter, stay DOS Enter... At the command prompt in the window :net start mysql start-up MySQL The server (mysql Is the service name )
Input :net stop mysql56 stop it MySQL The server
notes : There may be “ A system error occurred 5 Access denied ” Error of , This is because the operation permissions are insufficient , Need to run as Administrator .
Specific solutions :http://www.cnblogs.com/xch-yang/p/7681554.html
4. Connect and disconnect MySQL The server (1) Connect MySQL The server : Input mysql -u root -h127.0.0.1 -p, Then enter the password ,Enter.( Here's the picture , The three boxes are : user name 、MySQL Server address 、 User password )
(2) To break off MySQL The server : Input exit; or quit;
3、 ... and 、MySQL Graphical management tools 1、MySQL Workbench(http://dev.mysql.com/downloads/workbench/) Install well MySQL Then I brought it with me MySQL Workbench Tools , It can also be installed separately .
2、Navicat(http://www.navicat.com/)
3、phpMyAdmin(http://www.phpmyadmin.NET/)
4、MySQLDumper(http://www.mysqldumper.de/en/)
5、MySQL ODBC Connector(http://dev.mysql.com/downloads/connector/odbc/)
6、Sqlyog You can download graphical tools , For download methods, please refer to another blog post . sqlyog Detailed installation tutorial :https://blog.csdn.net/qq_40303031/article/details/88935793
Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/132252.html Link to the original text :https://javaforall.cn
边栏推荐
- Compare the audio librosa library with the Mel spectrogram in the torchaudio library
- Neon optimization 2: arm optimization high frequency Instruction Summary
- Swin-transformer --relative positional Bias
- 《所谓情商高,就是会说话》读书笔记
- torch.roll
- PO模式简介「建议收藏」
- Can go struct in go question bank · 15 be compared?
- Reading notes of "high EQ means being able to talk"
- 简述机器学习中的特征工程
- Go redis connection pool
猜你喜欢

3.10 haas506 2.0开发教程-example-TFT

德国AgBB VoC有害物质测试

年复一年,为什么打破数据孤岛还是企业发展的首要任务

Leader: who can use redis expired monitoring to close orders and get out of here!

German agbb VOC hazardous substances test

Entry node of link in linked list - linked list topic

Small program container technology to promote the operation efficiency of the park

Ditto设置全局仅粘贴文本快捷键

Redis beginner to master 01

Electron 入门
随机推荐
MySQL modify data type_ MySQL modify field type [easy to understand]
Construction and practice of full stack code test coverage and use case discovery system
Full recharge, im+rtc+x full communication service "feedback season" starts
Develop those things: how to add text watermarks to videos?
How does rust implement dependency injection?
CTF流量分析常见题型(二)-USB流量
ForkJoinPool
Lenovo Yoga 27 2022, full upgrade of super configuration
20200525-生物技术-四川师范大学自考生物技术(本科)考试计划.txt
Is it safe to open a mobile stock account? Is it reliable?
联想YOGA 27 2022,超强配置全面升级
MySQL function to get the full path
js 字符串截取方法汇总
MySQL事务并发问题和MVCC机制
基于 actix、async-graphql、rbatis、pgsql/mysql 构建 GraphQL 服务(4)-变更服务
传统微服务框架如何无缝过渡到服务网格 ASM
Swin-Transformer(2021-08)
10 statistical methods commonly used for "dry goods" data analysis, with key application scenarios attached
NFT technology for gamefi chain game system development
How to configure webrtc video stream format playback in the new version of easygbs?