当前位置:网站首页>Windows MySQL 安装配置
Windows MySQL 安装配置
2022-07-30 15:28:00 【华为云】
一、下载和安装
1.访问海拥文档服务器下载安装包
用浏览器访问 https://haiyong.site/doc,在常用下载中找到 Windows 里面的 MariaDB
2.下载后双击运行安装
3.安装过程中设置密码为root, 设置默认字符集UTF-8
4.后续安装步骤是一直下一步直至完成。
二、测试MySQL是否安装成功
1.从开始菜单中找到 MariaDB 里面的 MySQL Client 运行,输入密码 root 后回车 提示以下信息说明连接成功!
2.再次执行测试的SQL 命令 select ‘HelloWorld’;
3.显示以上内容说明安装成功!
三、启停MySQL服务
1.按Win+R组合键打开运行窗口,如下图所示,输入services.msc命令
2.找到MySQL服务,利用右键停止服务或者开启服务。
边栏推荐
- When the vite multi-page application refreshes the page, it will not be in the current route and will return to the root route
- LeetCode-283-移动零
- Why is there no data reported when the application is connected to Huawei Analytics in the application debugging mode?
- TiUP 术语及核心概念
- Store Limit usage documentation
- Applicable scenarios of TiDB tools
- 【喂到嘴边了的模块】准备徒手撸GUI?用Arm-2D三分钟就够了
- 在树莓派上驱动CSI摄像头
- Shell脚本的概念
- [AGC] Quality Service 1 - Example of Crash Service
猜你喜欢
Huawei ADS reports an error when obtaining conversion tracking parameters: getInstallReferrer IOException: getInstallReferrer not found installreferrer
Promise Notes (1)
Pytorch 训练技巧
Flask introductory learning tutorial
Placement Rules 使用文档
Promise笔记(一)
php字符串如何去除第一个字符
【AGC】质量服务2-性能管理示例
ISELED---the new choice of ambient lighting scheme
70行代码撸一个桌面自动翻译神器
随机推荐
哨兵
ISELED---the new choice of ambient lighting scheme
481-82(105、24、82、34、153)
php如何截取字符串的前几位
How to do a good job in technology selection
vite 多页面应用刷新页面时,不会在当前路由中,会返回到根路由
【AGC】质量服务2-性能管理示例
【喂到嘴边了的模块】准备徒手撸GUI?用Arm-2D三分钟就够了
AI遮天传 DL-CNN
Introduction to golang image processing library image
QIIME2得到PICRUSt2结果后如何分析
解析字符串拼接的两种情况
【嵌入式】适用于Cortex-M3(STM32F10x)的IQmath库
tiup clean
Flask之路由(app.route)详解
TiDB 工具适用场景
Huawei ADS reports an error when obtaining conversion tracking parameters: getInstallReferrer IOException: getInstallReferrer not found installreferrer
Golang分布式应用之Redis怎么使用
Store Limit 使用文档
FME实现CAD带属性转SHP数据方法