当前位置:网站首页>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
边栏推荐
猜你喜欢
随机推荐
What is an APS system?What should I pay attention to when importing APS?Worth watching again and again
金仓数据库KingbaseES安全指南--6.10. Peer身份验证
金仓数据库KingbaseES安全指南--6.13. 关于身份验证的常见问题
Nacos interview questions
从Oracle日志解析学习数据库内核原理
Limit实现分页
Nacos的基本配置
实时数仓架构演进及选型
DSP-ADAU1452参考音设置方法
数字孪生园区场景中的坐标知识
Oracle 11 g rac finished patch, dbca new patches of SQL database also needs to perform?
js商品总价格、最高价格商品、排除重复商品[初版]
VMware启动报错:另一个程序已锁定文件的一部分,进程无法访问(删除最近的.lck文件夹)
Summary of CNN classic models [easy to understand]
【一】TS安装编译配置自动生成.js文件
Mysql开启binlog
MySQL——慢查询日志分析
[LeetCode]剑指 Offer 54. 二叉搜索树的第k大节点
每日练习------定义一个N*N二维数组,从键盘上输入值,找出每行中最大值组成一个一维数组并输出;
Mysql——分组统计