Jack Jack
3年前
ERROR 1103(HY000):Host‘localhost’is not allowed
打开MySQL数据库登录时,出现ERROR1103(HY000):Host‘localhost’isnotallowedtoconnecttothisMySQLserver解决办法第一步:在安装目录下找到my.ini这个文件,找到mysqld这一行,在这行下面加入skipgranttables如下图:然后保存后退出第二步:重启MySQ
Stella981 Stella981
3年前
Centos7快速安装Rancher
 通过docker,我们可以快速安装rancher安装步骤如下:\root@localhost~\run运行,d后台模式restartalways跟随docker启动,p映射端口,镜像名为rancher/server。docker会自动下载并安装启动root@localhost~dockerrund
Stella981 Stella981
3年前
Docker 安装
(CentOS7)使用yum方式安装docker:root@localhost~$curlhttps://download.docker.com/linux/centos/dockerce.repoo/etc/yum.repos.d/docker.reporoot@localhost~$yum
Stella981 Stella981
3年前
CentOS 6.0 系统 LAMP(Apache+MySQL+PHP)安装步骤
一、安装MySQL首先来进行MySQL的安装。打开超级终端,输入:root@localhost~yuminstallmysqlmysqlserver安装完毕,让MySQL能够随系统自动启动:root@localhost~chkconfiglevels235mysqldon
Stella981 Stella981
3年前
Centos 7.0 zabbix 部署
1、LAMP环境搭建初次安装可以先关闭selinux和firewallroot@localhost~setenforce0root@localhost~systemctlstopfirewalld.service1.1 mariadb数据库安装,启动、加入启动项root@localh
Stella981 Stella981
3年前
CentOS7安装minio
 \root@localhost~\wgethttps://dl.minio.io/server/minio/release/linuxamd64/minio_\bash:wget:未找到命令\root@localhost~\yumyinstallwget_已安装:wget.x86\_640:1.1
Wesley13 Wesley13
3年前
MySql突然连接不上,报Can‘t connect to MySQL server on ‘localhost‘ (10061),并且没有mysqld时解决方案
MySql突然连接不上,报Can'tconnecttoMySQLserveron'localhost'(10061),并且没有mysqld时解决方案参考文章:(1)MySql突然连接不上,报Can'tconnecttoMySQLserveron'localhost'(10061),并且没有mysqld时解决方案
Stella981 Stella981
3年前
Centos6.5
1、使用yuminstalldnsmasqy 安装dns(含dnsserver和dns代理功能)2、查询dnsmasq已经安装成功\root@localhost~\ rpmqdnsmasqdnsmasq2.4818.el6\_9.x86\_64\root@localhost~\3、配置/
Stella981 Stella981
3年前
CentOS7查看网络的相关命令
转载自:https://www.linuxidc.com/Linux/201507/119555.htm1.切换到超级用户\Oscar@localhost桌面\$suroot2.查询可用的无线网卡,其中红色为网卡号\Oscar@localhost桌面\$iwdevphy0  Int
Stella981 Stella981
3年前
Linux基本命令
Linux命令一、命令基本格式命令提示符root@localhost~其中:root:当前用户localhost:当前主机名~:当前用户的根目录(所在目录)