Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4146118
  • 博文数量: 447
  • 博客积分: 1241
  • 博客等级: 中尉
  • 技术积分: 5786
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-27 06:48
个人简介

读好书,交益友

文章分类

全部博文(447)

文章存档

2023年(6)

2022年(29)

2021年(49)

2020年(16)

2019年(15)

2018年(23)

2017年(67)

2016年(42)

2015年(51)

2014年(57)

2013年(52)

2012年(35)

2011年(5)

发布时间:2022-07-25 16:48:36

Step 2: set mysql env optionssystemctl set-environment MYSQLD_OPTS=--skip-grant-tablesStep 4: Update Password using querymysql> UPDATE mysql.user SET authentication_string = PASSWORD ('ENTER_NEW_PASSWORD') WHERE User = 'root' AND Host = 'localhost.........【阅读全文】

阅读(781) | 评论(0) | 转发(0)

发布时间:2022-07-16 15:14:37

WARNING: 'aclocal-1.15' is missing on your system. You should only need it if you modified 'acinclude.m4' or 'configure.ac' or m4 files included by 'configure.ac'. The 'aclocal' program is part of the GNU Automake package: http://www.gnu.org/software/automake It also requires GNU 要升级# auto.........【阅读全文】

阅读(944) | 评论(0) | 转发(0)

发布时间:2022-07-08 10:35:01

创建系统服务的路径是/usr/lib/systemd/system/elasticsearch.service这个是绝对路径,而不是用相对路径/etc/systemd/system/cp /run/systemd/generator.late/elasticsearch.service /usr/lib/systemd/system/elasticsearch.service groupadd elasticsearch chown -R elasticsearch:elasticsear.........【阅读全文】

阅读(822) | 评论(0) | 转发(0)

发布时间:2022-06-15 15:40:10

安装VMware Tools经常会出现兼容性不好,安装的时候经常core,导致系统之间复制文件失灵,准备使用open-vm-tools。如果出现sudo apt install open-vm-tools-desktopReading package lists... DoneBuilding dependency tree       Reading state information... DoneSome packages could not be ins.........【阅读全文】

阅读(2668) | 评论(0) | 转发(0)

发布时间:2022-05-10 15:45:07

ubuntu在桌面环境一直提示使用很多方法都不行,最后发现大量调用/etc/update-manager/release-upgrades改为Prompt=never下面时三个值......【阅读全文】

阅读(1354) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册