My application is asking for database information - where do I get it?

banner-_Knowledge_Base

My application is asking for database information - where do I get it?

Nearly all web applications have a database back-end that require a MySQL database. During the application's installation, you will be asked for these database details:

 

  • MySQL Host - This is always "localhost"
  • Username - The user assigned to the database with adequate permissions to manipulate it.
  • Password - The password for the user assigned to the database.
  • Database Name - The name of the database you want the application to use.
Databases can be created and configured by using the "MySQL Database Wizard" within cPanel.
  • 26 Utenti hanno trovato utile questa risposta
Hai trovato utile questa risposta?

Articoli Correlati

How do I add a user to a MySQL database?

How do I add a user to a MySQL database? Login to cPanel. Locate and click on the...

How do I create a MySQL database?

How do I create a MySQL database? Here's how to create a mysql database in cPanel:  

How do I delete a MySQL database?

How do I delete a MySQL database? Here's how to delete a mysql database in cPanel:

How do I export a MySQL Database?

How do I export a MySQL Database? Login to cPanel. Locate and click on the "phpMyAdmin"...

How do i import a mysql database?

How do I import a MySQL Database? Login to cPanel. Locate and click on the "phpMyAdmin"...