We talking about Cloud
Web Hosting & Cloud Services
Celebrate the power and freedom of Open Source
with Open Source Cloud Servers starting at only £10/mo £5/mo.
Web Hosting & Cloud Services
Celebrate the power and freedom of Open Source
with Open Source Cloud Servers starting at only £10/mo £5/mo.
Database-driven software like WordPress, WHMCS, and Joomla will usually come with a default configuration file that you may change with the necessary information.
Examples of how this access information will appear are shown below:
Host Name = localhost (literally input localhost)
Database Name = cpanelUsername_databaseName
Database Username = cpanelUsername_databaseUsername
Database Password = whatever you selected
WordPress Example
Username = joe1337 | Database Name = wrdp1 |
Database-Username = wp1 | Database-User Password = eHTb7%Pxa9 |
// ** MySQL Settings ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘joe1337_wrdp1’);
/** MySQL database username */
define(‘DB_USER’, ‘joe1337_wp1’);
/** MySQL database password */
define(‘DB_PASSWORD’, ‘eHTb7%Pxa9’);
/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);
Please read: Remote MySQL Connection to understand how to connect to the MySQL server.
We’ve found an odd error with the 11.25 release in which adding an IP to the MySQL remote access list results in the accompanying MySQL user having no rights.
To add the appropriate privileges, follow these steps:
We’ve alerted cPanel about the problem in the hopes that it will be fixed in future versions.