环境:linux,mysql5.5.21 错误:Host is blocked because of many connection errors; unblock with ‘mysqladmin flush-hosts‘ 原因: 同一个ip在短时间内产生太多(超过mysql数据库max_connection_errors的...
分类:
数据库 时间:
2014-12-31 11:36:17
阅读次数:
212
(一)AndriodSDKManager无法自动下载安装包 无法访问dl-ssl-google.com只需在hosts文件中增加203.208.49.162 dl-ssl.google.com重新打开AndriodSDKManager即可(二)在配置Android安装其SDK的时候出现了"A fol...
分类:
其他好文 时间:
2014-12-30 16:43:22
阅读次数:
316
修改hosts文件
127.0.0.1 localhost
203.208.46.146 dl.google.com
203.208.46.146 dl-ssl.google.com...
分类:
移动开发 时间:
2014-12-30 13:35:48
阅读次数:
128
联华信实施工程师朝朝整理完成组项EN子项系统状态systemHealth系统健康systemBootsequence系统启动顺序systemTime系统时间systemTimeZone系统时区safepowerofftime安全电源停止时间deviceName设备名称deviceSerialNo设备编号powerOnPolicy供电策略hostName主机名systemGuid系统..
分类:
其他好文 时间:
2014-12-29 18:40:14
阅读次数:
1062
可以从以下几个方面检查
1
vi /etc/ssh/sshd_config:
然后将这两项的注释号去掉
Port 22
Protocol 2
2
检查sshd服务
sudo service ssh status.
3
检查名字是否一致
/etc/hostname, and /etc/hosts.
4
检查防火墙.
sudo service ufw stat...
分类:
系统相关 时间:
2014-12-26 20:18:39
阅读次数:
264
一.MYSQL的命令行模式的设置:桌面->我的电脑->属性->环境变量->新建->PATH=“;path\mysql\bin;”其中path为MYSQL的安装路径。二.简单的介绍一下命令行进入MYSQL的方法:1.C:\>mysql -h hostname -u username -p .C:\>m...
分类:
数据库 时间:
2014-12-26 12:33:46
阅读次数:
242
# Copyright (c) 1993-2009 Microsoft Corp.## This is a sample HOSTS file used by Microsoft TCP/IP for Windows.## This file contains the mappings of IP ...
分类:
其他好文 时间:
2014-12-25 21:47:01
阅读次数:
127
Linux操作系统的hostname是一个kernel变量,可以通过hostname命令来查看本机的hostname。也可以直接cat /proc/sys/kernel/hostname查看。#hostname#cat /proc/sys/kernel/hostname上面两种输出结果相同。修改运行...
分类:
系统相关 时间:
2014-12-25 18:15:31
阅读次数:
201