• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Connecting Wordpress site to Parallels database - DB Host

rsy644

New Pleskian
Hi there,

I am doing some work for a client and I am migrating a wordpress site to a server hosted at Parallels. I have imported the database but upon moving all the relevant files, I go to my site's url and I cannot connect - it gives a 500 Internal Server error.

In my wordpress WP-config file, the value for the 'DB_Host' constant is 'localhost'. define('DB_HOST', 'localhost');

I have a feeling this may be the problem - as I guess I am supposed to change this. Would anyone possibly know of the correct hostname? In the Plexus control panel on the 'databases' page, it specifies the database server as 'Local MySQL Server'.

If anyone has any suggestions on this, they would be much appreciated!

Thanks,

RObert Young.
 
"localhost" is fine and should work (that is if the site is on the same server as MySQL)
About the 500 Internal error, I suggest you start by looking at the logs for the actual error ...

It could also be an issue of permission, you need to verify that too! If you have SHELL access to the server then it's a walk-over ...
 
Back
Top