当前位置:Gxlcms > PHP教程 > 安装Phabricator,无法连接数据库

安装Phabricator,无法连接数据库

时间:2021-07-01 10:21:17 帮助过:11人阅读

现在在安装Phabricator,现在可以访问了,但是卡在这一步了。

按照官网的教程,运行./bin/storage upgrade -user Phabricator -password 123456没有用。
按照提示,运行./bin/config set mysql.port 3306,还是没有用,参数根本不修改,怎么破。
使用的环境是Apache+php+mysql,mysql不是我安装的,mysql在php之前安装,而且是使用的rpm安装,而php则是采用源码安装。
./configure \
--prefix=/usr/local/php \
--with-config-file-path=/usr/local/php/etc \
--with-apxs2=/usr/local/apache/bin/apxs \
--with-mysql \
--with-libxml-dir=/usr/local/libxml2/ \
--with-png-dir=/usr/local/libpng/ \
--with-jpeg-dir=/usr/local/jpeg6/ \
--with-freetype-dir=/usr/local/freetype/ \
--with-gd \
--with-zlib-dir=/usr/local/zlib/ \
--with-mcrypt=/usr/local/libmcrypt/ \
--with-mysqli \
--enable-soap \
--enable-mbstring=all \
--enable-sockets \
--enable-pcntl \


回复讨论(解决方案)

你的 mysql 的 root 用户有口令,但你没有给

你的 mysql 的 root 用户有口令,但你没有给
因为这是公司的主机,root账户不会给我的,给我新建了一个新的账户,然后运行config set mysql.pass之类的命令完全无效。

你的截图不是显示出你是用 root 用户登录的吗?
既然没有 root 账户,那么就请管理员授权
没有权限如何工作?

人气教程排行