深信服上网行为管理流量管理系统配置说明
- 格式:ppt
- 大小:1.31 MB
- 文档页数:18


新上网行为管理系统安装调试手册系统平台:RedHat Linux Enterprise 4;安装方式:自定义安装;安装前设置: 启用防火墙(允许ssh服务和ftp服务)软件包选择: 只勾选ftp服务器、内核开发工具;准备工作: 将随机光盘中的programlinux文件夹拷贝到系统根(/)目录下。
注:请严格安照以下安装步骤进行安装1、安装Mysql数据库1)安装数据库shell〉cd /programlinux/↙shell> rpm —ivh mysql-5—rdsdAS—U3。
i386.rpm↙shell〉chmod a+x mysqlshell↙shell> 。
/mysqlshell↙shell〉/usr/local/mysql/bin/mysqld_safe -—user=mysql ——default—character-set=latin1&2)数据库授权shell〉/usr/local/mysql/bin/mysql↙mysql〉grant all privileges on *。
* to sjrdswxwgl@"%" identified by ‘sjrd626876’ with grant option;↙(注意命令行结尾有一个分号,下同)mysql>grant all privileges on *。
*to sjrdswxwgl@localhost identified by ‘sjrd626876’ with grant option; ↙mysql〉grant all privileges on *。
* to sjrdswxwgl@127.0。
0。
1 identified by‘sjrd626876’ with grant option;↙mysql〉exit;3)修改/etc/rc。
d/rc。
local文件,执行下面这条命令shell〉echo "/usr/local/mysql/bin/mysqld_safe -—user=mysql -—default-character—set=latin1&" 〉〉/etc/rc.local ↙(注意这两行是一条命令)4)修改/etc/ld.so.conf文件,执行下面两条命令shell〉echo "/usr/local/mysql/l ib/mysql” >〉 /etc/ld.so。