大家好!!我做了DNS服务器..已经运行了一年了.但我想看看它的日志..看了网上很我资料..但都说服务器会一个小时会有一个LOG_INFO.但我不知道在哪儿看.有哪位大哥..知道..如何看到我的服务器的负载.等方面的内容呀..小弟谢了
1.Add a login user and group for `mysqld' to run as:为‘mysqld’增添一个登陆用户和组 shell> groupadd mysql shell> useradd -g mysql mysql 2.解压 shell> gunzip cd mysql-5.0.15 3.Configure the release and compile everything:配置和编译给configure分配可执行文件 shell> chmod +x configure 改变字符集为 GBK [默认字符集为ISO-8859-1(Latin1)] shell> ./configure --prefix=/usr/local/mysql --with-charset=...
作者: zhjbond 出自: http://www.linuxdiyf.com 1.Add a login user and group for `mysqld' to run as:为‘mysqld’增添一个登陆用户和组 shell> groupadd mysql shell> useradd -g mysql mysql 2.解压 shell> gunzip cd mysql-5.0.15 3.Configure the release and compile everything:配置和编译给configure分配可执行文件 shell> chmod +x configure 改变字符集为 GBK [默认字符集为ISO-8859-1(Latin1)] shell> ./configure ...
作者: bailian 出自: http://www.linuxdiyf.com 1.Add a login user and group for `mysqld' to run as:为‘mysqld’增添一个登陆用户和组 shell> groupadd mysql shell> useradd -g mysql mysql 2.解压 shell> gunzip cd mysql-5.0.15 3.Configure the release and compile everything:配置和编译给configure分配可执行文件 shell> chmod +x configure 改变字符集为 GBK [默认字符集为ISO-8859-1(Latin1)] shell> ./configure ...