WordPress Files on one server and database on another server
-
Hello everyone,
I have installed WordPress latest vesrsion on one of my client’s domain.
What I want to do isUpload all the files on example.com (This I have done)
Use the database created on domain.com (a domain other than that where I have uploaded the wordpress files.Is it possible practically? If not then WHY?
If yes then HOW?I tried to connect the database using below config.php settings
/** The name of the database for WordPress */ define('DB_NAME', 'databse_name'); {Note: created on domain.com} /** MySQL database username */ define('DB_USER', 'database_username'); {Note: created on domain.com} /** MySQL database password */ define('DB_PASSWORD', 'password'); {Note: created on domain.com} /** MySQL hostname */ define('DB_HOST', 'IP of domain.com');
Thanks & Regards
Amjad Khan
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WordPress Files on one server and database on another server’ is closed to new replies.