MySQL认证模式错误解决

This error usually occurs when MySQL server's authentication protocol is incompatible with the MySQL client. Common causes include the server using the `caching_sha2_password` plugin while the client relies on the older `mysql_native_password` plugin. Solutions include upgrading the MySQL client to a version supporting `caching_sha2_password`, or changing the user's authentication plugin to `mysql_native_password` using SQL commands.


随机图API

文章介绍了一个基于Python和Flask框架的随机图API,该API可以从指定文件夹中随机选择并返回图片。代码展示了如何设置Flask应用、处理请求以及返回随机图片。此外,文章还提供了将应用打包为Docker镜像的步骤,包括创建Dockerfile、安装依赖、构建镜像和运行容器。该API适用于测试环境,图片数量有限。


删除数据库指定行

文章介绍了使用Python和shell脚本删除umami数据库中包含服务器IP地址的记录。通过正则表达式匹配IP地址并批量删除相关行。脚本支持多个表和自定义删除条件,并可通过crontab设置定时任务定期执行。


CentOS7安装Python脚本

This script installs Python versions 3.9.6 and 3.10.0 on CentOS 7 systems. It includes steps to update the system, install necessary development tools, download and configure OpenSSL, and then install Python with optimizations. The script also configures pip to use the Aliyun Python repository.


CentOs安装python环境

依赖 sudo yum groupinstall -y "Development Tools" sudo yum install -y epel-release sudo yum install -y wget zlib-devel bzip2 bzip2-devel readline-devel


Centos7.6Yum失败

在CentOS 7.6系统中,使用yum安装Docker时遇到失败,原因是无法解析镜像列表。通过备份、删除原有yum源文件,并添加阿里云镜像源,成功解决了yum源配置问题。随后清理缓存并更新,最终成功安装Docker及其依赖包,包括containerd.io、docker-ce-cli等。


期末模拟答辩

一、文档背景 大二下学期某个课程的模拟答辩。 二、小组安排 表2-1 小组成员与职责 成员 职责 博主 组长、项目部署、项目测试、文档编写 *** 后端测试、本地部署 *** 前端测试、本地部署 三、项目背景 当今社会,随着教育水平的提高和教育资源的广泛普及,考试成为了人们测量学习成果和能力的重要方


Rancher-K8S

一、前言 1.注意 cat >> /etc/security/limits.conf << EOF ...... EOF 是一个整体,复制的时候要格外的注意。 以 cat >>/etc/profile<<EOF 为始,以EOF结尾。 单击左键查看


容器-镜像制作

一、前期部署 1.虚拟机安装的注意事项 1.1处理器最低2个,不然会报错 1.2修改主机名,以master为例 1.3IP地址的配置


RAID实验

RAID实验 一、前期准备 (一)添加两块硬盘 图1-1 添加两块硬盘 (二)验证是否能上网 ping DNS或者网站地址 ping 114.114.114.114 (三)安装mdadm mdadm是一个用于创建、管理、监控RAID设备的工具,它使用linux中的md驱动,能完成所有软件RAID