Setting Up A Joomla MySQL Database Using phpMyAdmin

March 18th, 2008 by keith Leave a reply »
  1. Log into phpMyAdmin as “root”
  2. Select the Privledges option.
  3. Select the option to add another user.
  4. Set the following values:
    • For user name, enter a value consistent with the site. I always make the user name the same at the site, for example “myjoomlasite_com”.
    • Leave the Host option set to Any Host.
    • Assign a password; again I use something with the site name.
    • Under the Database for User section, select “Create database with same name and grant all privileges”. In my example, this would create a database called “myjoomlasite_com” and assign the user “myjoomlasite_com” admin rights to it.
  5. Click Go to execute the query.
    Setting Up a Joomla Database Using phpMyAdmin
  6. Close out of phpMyAdmin.

Keep in mind, the above settings are strictly what I go by in order to maintain consistency. If you have a scheme which works for you already, you can easily adapt your preferences to the way you set up a MySQL database for Joomla.

Advertisement

Leave a Reply