The MySQL Information contains the MySQL server host, MySQL username, MySQL password and the MySQL database name.
For most cases, the MySQL server host value will be 'localhost'. Whilst, the MySQL username is an user, created along with a password, whom has full permission upon the MySQL database.
Example,
MySQL Host : localhost
MySQL Username : newsite
MySQL Password : xxxxx
MySQL Database : newsite
You will a MySQL database to manage all the tables required to run your software. You can use the default MySQL database provided by your web host, or create one manually. Most web hosts use CPanel, Ensim, Plesk or Vdeck that allow you to administer your hosting account.
You will be able to create your MySQL database using one of the hosting control panels above. Please make sure that you granted the MySQL user with Full Priviledges to that MySQL database.
If you are not sure about MySQL database or your control panel, please contact your web host technical support for assistance.
Read More:
|