Book Image

Joomla! 3 Beginner's Guide Second Edition

By : Eric Tiggeler
Book Image

Joomla! 3 Beginner's Guide Second Edition

By: Eric Tiggeler

Overview of this book

Table of Contents (22 chapters)
Joomla! 3 Beginner's Guide Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Time for action – creating a MySQL database


  1. In your web browser, go to http://localhost. The XAMPP welcome screen appears.

  2. In the menu on the left-hand side, under Tools, click on phpMyAdmin.

  3. In the phpMyAdmin screen, click on the Databases tab. Enter a name for the new database (in this example, joomladatabase) and click on the Create button as seen in the following screenshot:

You'll see a confirmation notice that a new database has been created. A default database user (called root) will automatically be added by phpMyAdmin, which is alright for our purposes.

What just happened?

You've now finished preparing your computer to enable it to run the Joomla software. You've added the empty database Joomla needs to store its content in, so you're ready to install CMS.

Downloading and installing Joomla!

Now that you've got your computer set up as a web server, the procedure to install Joomla itself is not much different from the steps to install Joomla on a real web server, described earlier in this...