1. vi /etc/my.cnf 2. update mysql.user set authentication_string=password('123456') where user='root' and host='localhost'; 3. FLUSH PRIVILEGES; ...
分类:
数据库 时间:
2021-04-12 12:44:01
阅读次数:
0
一、Q:Error connecting to database: Access denied for user ‘zabbix’ @ ‘localhost’ to database ‘zabbix’(PASSWORD:YES) 浏览器输入http://ServerIP/zabbix 查看日志 ta ...
分类:
其他好文 时间:
2021-04-12 12:43:00
阅读次数:
0
解决办法:先关闭 Hyper-V ,然后重新开启 Hyper-V 即可! 来自:https://zhuanlan.zhihu.com/p/51939654 ...
分类:
移动开发 时间:
2021-04-12 12:17:13
阅读次数:
0
docker 部署nfs ##拉取镜像 docker pull erichough/nfs-server ##创建挂载目录 mkdir -p /home/ap/nas_b ##modprobe Linux modprobe命令用于自动处理可载入模块。 modprobe可载入指定的个别模块,或是载入一 ...
分类:
其他好文 时间:
2021-04-12 11:50:49
阅读次数:
0
1045 Access denied for user 'root'@'localhost' (using password:YES) 这个意思是说:用户“root”@本地主机的访问被拒绝 1、首先修改my.ini,在文件中加入skip-grant-tables,重新启动MySQL服务 2、cmd ...
分类:
数据库 时间:
2021-04-12 11:38:52
阅读次数:
0
1)ReentrantReadWriteLock的使用 2)应用ReentrantReadWriteLock解决缓存一致性问题。 ...
分类:
其他好文 时间:
2021-04-10 13:10:54
阅读次数:
0
Docker部署kafka集群 利用docker可以很方便的在一台机子上搭建kafka集群并进行测试。为了简化配置流程,采用docker-compose进行进行搭建。 kafka搭建过程如下: 编写docker-compose.yml文件,内容如下: version: '3.3' services: ...
分类:
其他好文 时间:
2021-04-10 12:51:06
阅读次数:
0
参考博客:https://blog.csdn.net/weixin_38657051/article/details/98596926 1. 拉取镜像: docker pull mysql:latest 2. 创建持久化文件夹 ## 创建mysql的数据持久化配置文件夹 sudo mkdir -p ...
分类:
数据库 时间:
2021-04-09 13:33:11
阅读次数:
0
请求参数:GET URL: http://localhost:9200/{index}/{type}/{id}/_termvectors?fields={fieldName} 如查看goods索引中goodBrand分词效果 ...
分类:
其他好文 时间:
2021-04-09 12:54:15
阅读次数:
0
[root@localhost ~]# uuidgen ens33223bdb47-2fed-4773-b984-5f5733e619042.UUID号写入网络配置文件ifcfg-ens33NAME=ens33DEVICE=ens33ONBOOT=yesUUID=223bdb47-2fed-4773 ...
分类:
系统相关 时间:
2021-04-08 14:02:02
阅读次数:
0