当前位置:网站首页>Navicat for mysql cracked versions installed
Navicat for mysql cracked versions installed
2022-08-02 19:05:00 【m0_67403013】
Download address:
Link: https://pan.baidu.com/s/16c89eryAunLJQ00tmrkRxA
Extraction code: bh3d
Installation steps:
1. After decompression, two applications are obtained:
2. Install navicat111_mysql_cs_x64.exe first
3.Install PatchNavicat.exe again
path select navicat111_mysql_cs_x64.exe to installnavicat.exe in the directory
4. After the installation is successful, there will be a successful pop-up prompt;
5. Run Navicat, enter personal information
If naticat prompts: The client does not support the authentication protocol requested by the server; consider grading the MySQL client;
Solution:
1. Grant permission on the mysql server side: 
mysql> use mysql;
Database changed
mysql> select user,host from user;
ysql> ALTER USER ‘root’@’localhost’ IDENTIFIED BY ‘123456’ PASSWORD EXPIRE NEVER;
Query OK, 0 rows affected (0.01 sec)
mysql> ALTER USER 'root'@'localhost' IDENTIFIED with mysql_native_password by '123456';
Query OK, 0 rows affected (0.02 sec)
mysql> flush privileges;
Query OK, 0 rows affected (0.01 sec)
Note:
Be sure to observe when executing these two commands:
ALTER USER 'root'@'localhost' IDENTIFIED BY '123456' PASSWORD EXPIRE NEVER;
ALTER USER 'root'@'localhost' IDENTIFIED with mysql_native_password by '123456';
My host corresponds to localhost, if yours is %, you need to replace localhost with %;
Let me introduce myself first. The editor graduated from Jiaotong University in 2013. I worked in a small company and went to big factories such as Huawei and OPPO. I joined Ali in 2018, until now.I know that most junior and intermediate java engineers want to upgrade their skills, they often need to explore their own growth or sign up to study, but for training institutions, the tuition fee is nearly 10,000 yuan, which is really stressful.Self-learning that is not systematic is very inefficient and lengthy, and it is easy to hit the ceiling and the technology stops.Therefore, I collected a "full set of learning materials for java development" for everyone. The original intention is very simple. I hope to help friends who want to learn by themselves but don't know where to start, and at the same time reduce everyone's burden.Add the business card below to get a full set of learning materials
边栏推荐
- 开始使用 NVIDIA Jetson Orin 上的深度学习加速器
- 持续交付(一)JenkinsAPI接口调用
- 锁定和并发控制(二)
- PostGresql listen与notify命令
- Common software silent installation parameters
- DevOps开发工具对比
- Nacos配置中心用法详细介绍
- 小程序实现手写左右翻页和动态修改横向滚动条位置
- navicat创建连接 2002-can‘t connect to server on localhost(10061)且mysql服务已启动问题
- Switch 块、Switch 表达式、Switch 模式匹配,越来越好用的 Switch
猜你喜欢
随机推荐
Gartner released, annual Challenger!
开始使用 NVIDIA Jetson Orin 上的深度学习加速器
金仓数据库KingbaseES安全指南--6.11. PAM身份验证
MySQL常见面试题汇总(建议收藏!!!)
互联网刚需岗位 前景一片大好?
8大软件供应链攻击事件概述
默认用户名和密码(SQL)
【一】TS安装编译配置自动生成.js文件
JZ56 数组中只出现一次的两个数字
Real-time data warehouse architecture evolution and selection
MySQL——慢查询日志分析
持续集成(四)Jenkins配置报警机制
Nacos配置中心用法详细介绍
js商品总价格、最高价格商品、排除重复商品[初版]
金仓数据库 OCCI 迁移指南(4. KingbaseES 的 OCCI 迁移指南)
FPGA 20个例程篇:10.遍历DDR3内存颗粒读写循环校验
Informatica旗下PowerCenter的元数据库解析
什么是APS系统?导入APS要注意什么?值得反复观看
Pytest学习笔记
乌总统解除乌克兰国家安全局信息和情报分析部负责人职务









