当前位置:网站首页>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
边栏推荐
- Iris, the web framework of go
- MySQL modify data type_ MySQL modify field type [easy to understand]
- torch. roll
- torch.roll
- sqlserver SQL Server Management Studio和Transact-SQL创建账户、创建访问指定数据库的只读用户
- 教你30分钟快速搭建直播间
- 小球大小随机,随机运动碰撞
- Memory Limit Exceeded
- Influence and requirements of different manufacturing processes on the pad on PCB
- MySQL transaction concurrency and mvcc mechanism
猜你喜欢

Swin-transformer --relative positional Bias

Evolution of screen display technology

【合集- 行业解决方案】如何搭建高性能的数据加速与数据编排平台

商业智能BI与业务管理决策思维之四:业务成本分析

Nodejs 安装与介绍

Personally test the size of flutter after packaging APK, quite satisfied

Unlimited cloud "vision" innovation | the 2022 Alibaba cloud live summit was officially launched

视频内容生产与消费创新

联想YOGA 27 2022,超强配置全面升级

France a+ France VOC label highest environmental protection level
随机推荐
不同制造工艺对PCB上的焊盘的影响和要求
dtd建模
一套十万级TPS的IM综合消息系统的架构实践与思考
Iris, the web framework of go
期货怎么开户安全些?现在哪些期货公司靠谱些?
开发那些事儿:Linux系统中如何安装离线版本MySQL?
法国A+ 法国VOC标签最高环保级别
CTF流量分析常见题型(二)-USB流量
ANSI/UL 94 5-V级垂直燃烧试验
Redis入门到精通01
Kubernetes----Pod配置容器启动命令
开发那些事儿:如何在视频中添加文字水印?
Coding officially entered Tencent conference application market!
Evolution of screen display technology
How to improve the three passive situations in data analysis
Build graphql service based on Actix, async graphql, rbatis, pgsql/mysql (4) - change service
屏幕显示技术进化史
PO模式简介「建议收藏」
Delete duplicate elements in the sorting linked list ii[unified operation of linked list nodes --dummyhead]
Go redis connection pool