expat.5 - not found 晴

Category : UNIX » AMP | Post on 2006/06/21 14:22 by leftleg | Comments:2
expat2 我都安装卸载了N遍了. 还是提示 expat.5 - not found
--------------------------------------------------------------------------------------------------------
hello# make install
===>   php5-gd-5.1.4 depends on executable: phpize - found
===>   php5-gd-5.1.4 depends on file: /usr/local/bin/autoconf259 - found
===>   php5-gd-5.1.4 depends on shared library: freetype.9 - found
===>   php5-gd-5.1.4 depends on shared library: png.5 - found
===>   php5-gd-5.1.4 depends on shared library: jpeg.9 - found
===>   php5-gd-5.1.4 depends on shared library: t1.5 - not found
===>    Verifying install for t1.5 in /usr/ports/devel/t1lib
Tags: , , , , , , ,

Mysql 大量 unauthenticated user 晴

Category : UNIX » AMP | Post on 2006/06/08 18:10 by leftleg | Comments:0
近日在資料庫方面,發現異常的連線狀況
該狀況在 mysql 下指令 Show Processlist; 可以看到問題
該問題如下;

: 3436942 : unauthenticated user : 192.168.0.52:49607 : : Connect : : login :
: 3436943 : unauthenticated user : 192.168.0.52:49608 : : Connect : : login :

mysql 数据库优化 晴

Category : UNIX » AMP | Post on 2006/04/15 14:30 by leftleg | Comments:0
首先,为了使一个系统更快,最重要的部分就是基础设计,不过有些东西是现有情况下无法逾越的,比如说系统常见的瓶颈.
我所能想到的:

1:磁盘寻道能力,以高速硬盘(7200转/秒),理论上每秒寻道7200次.这是没有办法改变的,优化的方法是----用多个硬盘,或者把数据分散存储.

快速修复MySQL数据库 晴

Category : UNIX » AMP | Post on 2006/04/15 09:58 by leftleg | Comments:2
快速修复MySQL数据库
有的时候因为掉电或者其他原因导致数据库损坏,我们可以使用mysql自带的mysqlcheck命令来快速修复所有的数据库或者特定的数据库;例如
检查优化并修复所有的数据库用:

# mysqlcheck -A -o -r -p
Enter password:
guestbook.simpgb_avatars OK
guestbook.simpgb_bad_words OK
guestbook.simpgb_banlist OK
guestbook.simpgb_data OK
......
......
......

修复指定的数据库用

# mysqlcheck -A -o -r Database_NAME -p

即可

彻底优化mysql 雨

Category : UNIX » AMP | Post on 2006/04/12 14:34 by leftleg | Comments:1
同时在线访问量继续增大 对于1G内存的服务器明显感觉到吃力
严重时甚至每天都会死机 或者时不时的服务器卡一下 这个问题曾经困扰了我半个多月
MySQL使用是很具伸缩性的算法,因此你通常能用很少的内存运行或给MySQL更多的被存以得到更好的性能。

MySQL的优化 阴

Category : UNIX » AMP | Post on 2006/04/10 15:16 by leftleg | Comments:0
MySQL的优化
作者:晏子 (2001-05-14 12:20:05)
一、我们可以且应该优化什么?

硬件
操作系统/软件库
SQL服务器(设置和查询)
应用编程接口(API)
应用程序
分页: 3/4 第一页 上页 1 2 3 4 下页 最后页 [ 显示模式: 摘要 | 列表 ]