当前位置:网站首页>Dbeaver connect the MySQL database and error Connection refusedconnect processing
Dbeaver connect the MySQL database and error Connection refusedconnect processing
2022-08-01 06:02:00 【m0_67392273】
目录
三、?Connection refused:connect处理
一、正常安装dbeaver
进入dbeaver官网,找到安装包,点击“windows 64 bit (installer)”下载即可
.exeExecute the file as shown below,右键单击,以管理员身份运行
选中文,直接next到结束,For specific installation, see the following blog.
(3条消息) DBeaver安装及使用手册_笨菜先飞的博客-CSDN博客_dbeaver安装教程
安装完成,打开dbeaver,提示如下,点击“是”,
如下图,则证明dbeaver安装成功.This is just a sample database created,Just don't delete it.
二、连接MySQL
新建数据库连接,选择MySQL,点下一步.
This is connecting to a local database,服务器地址为localhost,即127.0.0.1
填入MySQL用户名、密码,
编辑驱动设置
l
如下图所示,Download the updated driver,再点击确定(Not updating may also report an error due to lack of necessary drivers)
进行测试连接
三、Connection refused:connect处理
连接时,可能出现如下提示,
原因:MySQL没有安装,Unable to connect to the corresponding database
MySQLSee the following blog for installation,就不再细说了
(3条消息) 2021MySql-8.0.26安装详细教程(保姆级)_Rust Man's Blog-CSDN博客_mysql8.0.26安装教程
There are a few caveats to mention:
1、Change it to your own path here
2、Enter the terminal as administrator
Change it to the following way,右键“开始菜单”,Enter the terminal as administrator
The command executed is as shown in the blog,
3、执行命令方式
换成.mysqld --initialize --console
4、环境变量配置
可直接在Path里面,添加路径
四、连接MySQL成功
MySQL安装完成后,重新点击“测试连接”,连接成功后点“完成”即可.
如果安装mysql完成,Connection refused,Re-enter administrator mode,输入net start mysql,
重新进入终端,即可正常打开.
先自我介绍一下,小编13年上师交大毕业,曾经在小公司待过,去过华为OPPO等大厂,18年进入阿里,直到现在.深知大多数初中级java工程师,想要升技能,往往是需要自己摸索成长或是报班学习,但对于培训机构动则近万元的学费,着实压力不小.自己不成体系的自学效率很低又漫长,而且容易碰到天花板技术停止不前.因此我收集了一份《java开发全套学习资料》送给大家,初衷也很简单,就是希望帮助到想自学又不知道该从何学起的朋友,同时减轻大家的负担.添加下方名片,即可获取全套学习资料哦
边栏推荐
- Check控件
- Challenge 52 days to memorize Peppa Pig (Day 01)
- After the image is updated, Glide loading is still the original image problem
- 「面经分享」西北大学 | 字节 生活服务 | 一面二面三面 HR 面
- vsce package 后出现 Command failed: npm list --production --parseable --depth=99999 --loglevel=error异常
- 可视化全链路日志追踪
- [Translation] Securing cloud-native communications: From ingress to service mesh and beyond
- torch
- Dialogue with the father of MySQL: One excellent programmer is worth 5 ordinary programmers
- Robot_Framework:常用内置关键字
猜你喜欢
MySQL-DML language-database operation language-insert-update-delete-truncate
NDK does not contain any platforms问题解决
小心你的字典和样板代码
JS的运行原理
Robot growth in China
【FiddlerScript】利用FiddlerScript抓包保利威下载
2022.7.26 Mock Competition
Malicious attacks on mobile applications surge by 500%
Dialogue with the father of MySQL: One excellent programmer is worth 5 ordinary programmers
leetcode125 验证回文串
随机推荐
matlab simulink 粒子群优化模糊pid控制的电机泵
NDK does not contain any platforms问题解决
Selenium: Manipulating Cookies
仿牛客网项目总结
导致锁表的原因及解决方法
Why is the lightweight VsCode used more and more?Why eat my C drive 10G?How to Painlessly Clean VsCode Cache?Teach you how to lose weight for C drive
Robot_Framework:关键字
About making a progress bar for software initialization for Qt
权重等比分配
Jupyter shortcuts
Flip letters using string container
matplotlib pyplot
AspNet.WebApi.Owin 自定义Token请求参数
Selenium:弹窗处理
Seleniu: Common operations on elements
【翻译】确保云原生通信的安全:从入口到服务网及更远的地方
LeetCode 0149. 直线上最多的点数
从零开始—仿牛客网讨论社区项目(一)
Check控件
点餐系统数据库设计--SQL Server