1. 打开Navicat for MySQL: 2. 新建一个连接,填写连接信息: 连接名称:用于区分不同的连接,自己命名即可 主机名:localhost 端口:3306 用户名:root 密码:123456(之前配置mysql的时候填写的密码) 3. 点击“连接测试”按钮,弹出连接成功对话框即表示 ...
分类:
数据库 时间:
2021-04-20 14:05:30
阅读次数:
0
记录一次修改mysql密码的完整过程(deepin系统) 登录数据库时出现: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) 在mysql 8.0版本的正确修改密码姿势为(deep ...
分类:
数据库 时间:
2021-04-19 14:47:56
阅读次数:
0
下载安装包:wget https://cdn.mysql.com//Downloads/MySQL-5.7/mysql-5.7.28-linux-glibc2.12-x86_64.tar.gz(1)首先卸载mariadb,不然后面会和安装mysql需要的库冲突: [root@localhost ~] ...
分类:
数据库 时间:
2021-04-15 12:11:33
阅读次数:
0
创建db.properties配置文件,将所需内容写入 db.properties driver=com.mysql.jdbc.Driver url=jdbc:mysql://localhost:3306/mybatis?useUnicode=true&characterEncoding=utf-8 ...
分类:
其他好文 时间:
2021-04-14 12:02:31
阅读次数:
0
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
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
请求参数: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