wordpresssharp

Is it possible to host wordpress database from other server

烈酒焚心 提交于 2019-12-21 20:18:31
问题 I've a problem is that I've to host wordpress database from other server and directory from another server where my domain links, so is it possible to connect wordpress directory from other database which is not on same server, kindly resolve my issue if know the answer. Thanks in advance. 回答1: Yes, as long as the MySQL server allows the database to be accessed by external servers. When you set up WP, instead of "localhost", you'll put in the SQL server. you can export the current database,

Is it possible to host wordpress database from other server

泪湿孤枕 提交于 2019-12-04 14:10:24
I've a problem is that I've to host wordpress database from other server and directory from another server where my domain links, so is it possible to connect wordpress directory from other database which is not on same server, kindly resolve my issue if know the answer. Thanks in advance. Yes, as long as the MySQL server allows the database to be accessed by external servers. When you set up WP, instead of "localhost", you'll put in the SQL server. you can export the current database, then you will create a database on another server, then instead of "localhost" (in the config.php ) you will