Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
If you’re wp-config.php file is as shown, then it looks like you’re using back ticks in place of single or double quotes for:
DB_NAME
DB_USER
DB_PASSWORD
You’ll want to double check the values and make sure they are surrounded by single quotes, or, if the password you’re using has a single quote in it, that you use double quotes instead.
For example, if my password was:
f^'hH2Dvzl90
There’s a single quote in it, thus if I surround the password in single quotes, it never gets escaped. I’d need to surround it in double quotes.
…
That said, once you make any changes, since your salts were pasted, please make sure you visit:
https://api.wordpress.org/secret-key/1.1/salt/
… to generate new salts and overwrite your existing.