当前位置:网站首页>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
边栏推荐
猜你喜欢
数字孪生园区场景中的坐标知识
Oracle 11 g rac finished patch, dbca new patches of SQL database also needs to perform?
链表| leecode刷题笔记
金仓数据库 OCCI 迁移指南(4. KingbaseES 的 OCCI 迁移指南)
研发了 5 年的时序数据库,到底要解决什么问题?
exness:欧元区经济意外向好,欧元震荡蓄势等待突破
Redis进阶之路:深度解析Redis单线程架构,图文并茂不能再清晰了
MySQL常见面试题汇总(建议收藏!!!)
牛客的课程订单分析[分组统计时如何取指定行字段?]
【genius_platform软件平台开发】第七十五讲:YUY2转RGB24实现源码
随机推荐
[LeetCode]剑指 Offer 32 - II. 从上到下打印二叉树 II
一文搞懂│php 中的 DI 依赖注入
扎克伯格“喜迎”苹果AR产品,上市两年终迎大幅涨价
MYSQL下载及安装完整教程
Nacos环境隔离
金仓数据库KingbaseES安全指南--6.13. 关于身份验证的常见问题
【C语言刷题】指针入门三题|字符串长度、字符串复制、两数交换
Flink SQL搭建实时数仓DWD层
julia系列1:介绍与安装
julia系列6:并行计算
低光数据集
Switch 块、Switch 表达式、Switch 模式匹配,越来越好用的 Switch
锁定和并发控制(一)
Arduino 硬件编程语言基础学习入门
Detailed explanation of the principle of JWT_The principle of electromagnetic induction
锁定和并发控制(二)
什么是APS系统?导入APS要注意什么?值得反复观看
研发了 5 年的时序数据库,到底要解决什么问题?
从Oracle日志解析学习数据库内核原理
融云「 IM 进阶实战高手课」系列直播上线