深信服新上网行为管理系统安装调试手册.
新上网行为管理系统安装调试手册
系统平台: RedHat Linux Enterprise 4;
安装方式: 自定义安装;
安装前设置: 启用防火墙 允许ssh服务和ftp服务
软件包选择: 只勾选 ftp服务器、内核开发工具;
准备工作: 将随机光盘中的programlinux文件夹拷贝到系统根(/)目录下。
注:请严格安照以下安装步骤进行安装
安装Mysql数据库
安装数据库
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&
数据库授权
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 sj