表示 进入内容 6170157
« 先前的 10 新的记录 | 下一步 10 较早的记录 »
Displaying posts with tag: access (reset)
centos快速安装cacti

系统环境:centos5.5 所有软件都采取yum安装 1、安装Nginx平台 安装方法:http://lihuipeng.blog.51cto.com/3064864/561862 编译PHP的时候请检查有没加上--enable-sock参数。

【nginx】  【php】  【监控】  【mysql】  【数据库】  【yum】  【配置】   …

[获取更多]
mysql使用技巧

mysql用户名和密码是root 所以登录-u接用户名,-p接密码,由于没有密码所以直接回车 [root@web01 mysql]# mysql -uroot -p 所以mysql不安全,需要给加密码。

【mysql】  【Oracle】  【web】  【Server】  【type】  【Access】   点击查看原文>

Python 分析Nginx 日志并存入MySQL数据库(单线程)

使用Python 分析Nginx access 日志,根据Nginx日志格式进行分割并存入MySQL数据库。(参考网上一些文章) Nginx access日志格式如下: #使用的nginx默认日志格式$remote_addr - $remote_user [$time_local] "$reque...

【nginx】  【python】  【mysql】  【日志】  【线程】  【数据库】  【request】   …

[获取更多]
linux系统文件属性及企业精典故障案例

linux系统文件属性:

[root@nginx_back ~]# stat keepalived-1.2.7.tar.gz 查看文件属性   File: "keepalived-1.2.7.tar.

【nginx】  【linux】  【mysql】  【Access】   点击查看原文>

awk

#1 应用   awk -F:   '{print$0 "-->" $1 "-->" $2 }' /etc/passwd #2 多个匹配   awk'/yeqing|mysql|nginx/' /etc/passwd      #3 正则匹配   awk '/^yeqing|mysql$/' /etc/passwd  #4 将小写转换成大写   cat yeqing.

【nginx】  【mysql】  【LOG】  【空格】  【Access】  【awk】   …

[获取更多]
yum 安装nginx-php-mysql二进制

参考:http://nginx.org/en/linux_packages.html #1 配置repo源 $ cat /etc/yum.repos.d/nginx.repo [nginx] name=nginx repo baseurl=http://nginx.

【nginx】  【php】  【mysql】  【LOG】  【yum】  【配置】  【rpm】  【Server】   …

[获取更多]
Can't connect to local MySQL server through socket

# mysql ERROR 2002(HY000):Can't connect to local MySQL server through socket '/tmp/mysql.socket' # ln -s /usr/local/mysql/data/mysql.

【mysql】  【Server】  【Access】  【cto】  【Socket】  【Blog】   点击查看原文>

Shell分析HardSoft-Viewer结果文件并插入数据库

为自动将“一键获取软硬件配置及管理员组”抓取的资料插入数据库进行管理,现在使用Shell进行处理并插入数据库。以下为扫描结果示例,需要将一下数据插入到MySQL数据库 System Information:        Computer Name = C0300022B068       OS       Type = Windows 8.

【mysql】  【windows】  【数据库】  【shell】  【visual】   …

[获取更多]
find命令 文件名后缀

 find命令

1、查看当前目录下以.txt结尾的文件

[root@test ~]# find . -name "*.txt" ./.subversion/README.txt ./2.txt .

【php】  【mysql】  【shell】  【Cache】  【test】  【pip】  【file】  【type】   …

[获取更多]
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

#1.停止mysql数据库

/etc/init.

【mysql】  【数据库】  【Server】  【Access】  【Socket】   点击查看原文>

表示 进入内容 6170157
« 先前的 10 新的记录 | 下一步 10 较早的记录 »