Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

LinuxAS4 U4下安装discuz出错,请指教

[复制链接]
hx10 发表于 2008-8-19 16:30:39 | 显示全部楼层 |阅读模式
chmod -R 755 *.tar.gz
tar -zxvf httpd-2.2.4.tar.gz
cd httpd-2.2.4
./configure --prefix=/opt/apache --enable-so --enable-vhost-alias --enable-rewrite --enable-deflate
make
make install



./configure --prefix=/opt/mysql --with-charset=utf8 --enable-thread-safe-client
make  
make install

cd scripts
./mysql_install_db --user=mysql
cd ..
#cp support-files/my-medium.cnf /etc/my.cnf
#cp support-files/mysql.server /etc/rc.d/init.d/mysqld
添加到系统启动服务组
#chmod 700 /etc/rc.d/init.d/mysqld
#chkconfig --add mysqld
修改权限
#cd /opt/mysql
#chown -R root .
#chown -R mysql var
#chgrp -R mysql .
cd /opt/mysql/bin                  #改变目录到/usr/local/mysql/bin
./mysqld_safe --user=mysql &       #以mysql用户启动库生成套接字

[root@hx10 bin]# ./mysqladmin -u root password '123456'  给root设置密码hcsoft
[root@hx10 bin]# ./mysql -u root -p                      这样登陆mysql


./configure --prefix=/opt/php --with-apxs2=/opt/apache/bin/apxs --with-config-file-path=/usr/local/lib  --with-MySQL
make
make install
cp php.ini-dist /opt/php/lib/php.ini


以前是我的安装的顺序,php探针可以运行,具体如下图,安装discuz的时候 提示找不到mysql数据库,这个问题弄了好多天 还是没搞定,希望大家帮我看看,怎么解决,非常感谢

[ 本帖最后由 hx10 于 2008-8-19 16:33 编辑 ]

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-19 00:40 , Processed in 0.019119 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表