Home > Backend Development > PHP Tutorial > typecho数据库连接失败,如何才能知道为何链接失败吗?

typecho数据库连接失败,如何才能知道为何链接失败吗?

WBOY
Release: 2016-06-06 20:13:00
Original
3926 people have browsed it

typecho首次安装显示数据库连接失败,但是我使用命令行方式尝试 mysql_connect 连接数据库是正常的。

<code>php -r 'mysql_connect(...)'
</code>
Copy after login
Copy after login

对不起,无法连接数据库,请先检查数据库配置再继续进行安装

回复内容:

typecho首次安装显示数据库连接失败,但是我使用命令行方式尝试 mysql_connect 连接数据库是正常的。

<code>php -r 'mysql_connect(...)'
</code>
Copy after login
Copy after login

对不起,无法连接数据库,请先检查数据库配置再继续进行安装

数据库是需要手动创建的,表格自动安装就会导入的了。

检查一下 mysql 的帐号权限,ip,port 等设置,如果不在同一台服务器,检查防火墙设置

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template