我正在尝试在旧的Android手机上托管WordPress网站,但到目前为止我已经没有成功了...
我用 ksweb 和 ulti server ,在sdcard中提取wordpress.zip,何时我尝试连接到服务器我收到数据库的错误...
Error establishing a database connection
它还必须在手机上运行其他一些SQL Server是否需要工作?
我真的不知道我在做什么,在互联网上没有任何好的解释,所以请帮助我
我正在尝试在旧的Android手机上托管WordPress网站,但到目前为止我已经没有成功了...
我用 ksweb 和 ulti server ,在sdcard中提取wordpress.zip,何时我尝试连接到服务器我收到数据库的错误...
Error establishing a database connection
它还必须在手机上运行其他一些SQL Server是否需要工作?
我真的不知道我在做什么,在互联网上没有任何好的解释,所以请帮助我
I am trying to host a Wordpress site on my old Android phone, but so far I have been unsuccessfull...
I tried with KSWEB and Ulti Server, extracted the Wordpress.zip in the sdcard, and when I try to connect to the server I am getting error with the database...
Error establishing a database connection
Does it also has to run some other SQL server on the phone for everything to work?
I really don't know what am I doing, and there aren't any good explanations on the internet, so please help me
wordpress需要一个数据库来运行。
安装 ksweb
localhost:8000
(连接到phpmyadmin)。 wordpress
,选择 create 。现在应该创建WordPress数据库。 /mnt/sdcard/htdocs/
。 localhost:8080/wordpress
。它会要求您设置数据库连接。 root
对于 username 并清除密码字段(您可以在默认设置上留下所有内容)。现在应该将wp连接到您的数据库。
思考关于使用a raspberry pi ?我在PI上设置了几个WordPress网站(使用MySQL),您可以使用您的网络设置本地网站托管。
参考: wordpress - 我需要一个数据库
Wordpress requires a database to run.
After installing KSWeb, you will need to create a database for Wordpress. To do this:
localhost:8000
(to connect to phpMyAdmin).wordpress
, select create. Your wordpress database should now be created. Now wordpress needs to be setup.
/mnt/sdcard/htdocs/
.localhost:8080/wordpress
. It will ask you to setup your database connection.root
for the username and clear out the password field (you can leave everything on the default settings).It should now connect WP to your database.
Thought about using a Raspberry Pi? I've setup several Wordpress Sites on the Pi (with MySQL) and you can set it up with your network for local website hosting.
References: Wordpress - Do I need a database
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有