服务器2025年07月21日
修改步骤:1、备份 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 2、下载新的CentOS-Base.repo 到/etc/yum.repos.d/ CentOS 5 wget -O /etc/yum.repos.d/CentOS-Base.rep...
服务器2025年06月06日
添加epel阿里云1、 首先卸载以前装的epel 以免影响:rpm -e epel-release2、 下载阿里提供的epel 。wget -P /etc/yum.repos.d/ http://mirrors.aliyun.com/repo/epel-6.repo3、yum clean all4、yum makecache ...
服务器2025年05月15日
确认安装docker完成后并正常启动 mkdir -p /etc/docker cd /etc/docker/daemon.json 没有就创建一个daemon.json touch daemon.jsonvim daemon.json添加{ "registry-mirrors": ["https://rvof9czj.mir...
数据库2023年05月21日
在登录阿里云服务器时mysql提示Changed limits: max_open_files: 2048 max_connections: 1910 table_cache: 64 解决办法 mysql bin > mysqld-nt --table_cache=64 mysql bin > mysqld-nt --innodb_open_fi...
后端开发2023年05月12日
最近在使用阿里云主机的时候,发现用PHPEXCEL导出数据表时,系统报出以下错误: Warning: realpath() [function.realpath]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/data/home/byu...