Book Image

concrete5 Beginner's Guide

Book Image

concrete5 Beginner's Guide

Overview of this book

Table of Contents (19 chapters)
concrete5
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Time for action – creating an empty SQL database


Use phpMyAdmin which is included in XAMPP Lite to create the database:

  1. Open http://localhost/phpmyadmin/ or hit the Admin button next to MySQL in the XAMPP control panel and you should see the following page:

  2. Enter concrete5 as the database name.

  3. Select the collation utf8_general_ci.

  4. Hit Create.

  5. Go to the Privileges tab and click on Add a new User to create a dedicated user for concrete5.

  6. When prompted, use the following credentials to fill in the following fields:

    • User Name: concrete5

    • Host: localhost This makes sure that the user can only be used if the database is accessed by the local machine.

    • Password: concrete5 The password to access your database. Feel free to use a more secure password than concrete5, just make sure you remember it when we install concrete5 in the next step.

  7. Hit Go and the user is available and your database is ready for concrete5!

What just happened?

All the components are ready; Apache including PHP should be running and there's an empty MySQL database to host your concrete5 site.

Note

Please note: concrete5 can't be installed in a database which isn't empty!