二,安装RHEL 5.0,可以电驴上搜索,DVD版的,下载后打人刻在一张DVD盘上。 Red Hat Enterprise Linux (Server including virtualization)系列号:2515dd4e215225dd 安装时,选则上mysql web 等服务,其它可以不选,玩不转linux的人请关闭防火墙。
五,建立数据库用户zt10game 开通远程和本地权限 默认的root密码是空,第一进入要设置root密码,一定要把它记住。然后用以下命令建议名为zt10game密码是12345678的用户: grant all privileges on *.* to 'zt10game'@'localhost' identified by '12345678' with grant option; grant all privileges on *.* to 'zt10game'@'%' identified by '12345678' with grant option;