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.
相关问题
- Display product ACF field value in Woocommerce tra
- Adding a custom button after add to cart button in
- How to add a “active” class to a carousel first el
- Setting custom order statuses as valid for payment
- change the font size in tag cloud
相关文章
- wordpress新增页面如何个性化设置
- select query in wordpress
- Get WooCommerce featured products in a WP_Query
- Woocommerce update shipping methods in checkout vi
- Change order status just after payment in WooComme
- Publishing or uploading failed. Error message: “Th
- Facebook Login With WP JWT Auth
- Wordpress development process
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 put the IP address of the server and then the config.php will connect
https://forums.digitalpoint.com/threads/can-i-host-wordpress-database-in-an-other-server.2702115/
In config.php file you just put ip address of other server where your database exist instead of localhost. but remember it's not good idea to run separately database and source files, it will make you in trouble , for more info just view the following link. Thanks for you cooperation.
https://forums.digitalpoint.com/threads/can-i-host-wordpress-database-in-an-other-server.2702115/