Aug 172017
 

Create MySQL Database Locally Using Xampp shows you how to create a new database locally using  phpMyAdmin and assigned a new user with all privileges.

In this tutorial you will learn how to create a new database and add a user with all the privileges assigned. Assigning all the privileges to a database user is very important or else you will run into issue when you start installing WordPress.

Create MySQL Database Locally Using Xampp

Step 1 ) It is time to start creating the database for WordPress. Type the following URL  http://localhost/ on the browser address bar. This will take you to http://localhost/dashboard/. Then click on phpMyAdmin found on the top right hand corner. See image below.

create-mysql-databse-locally-using-phpmyadmin

Step 2 ) Click on New on the left hand side to start creating your database. The following image Databases displays the name wordptest given to the database and the following collation utf8_unicode_ci selected. Click on Create button when you are ready to proceed.

xampp-create-database-locally-new

Step 3 ) Click on Add user link. See image below.

Install-WordPress-Locally-Using-Xampp-add-user-button

Step 4 ) Fill out the following fields. For this tutorial the username added is testsite. See image below.

Add User Fields

  • User name:
  • Host: = Always select localhost.
  • Password: = You can type a manual password or generate the password using the button below.
  • Re-type:
  • Generate password:

Install-WordPress-Locally-Using-Xampp-add-details

MySQL Privileges

Step 5 ) Click on Check All link to give all privileges to the new user. This is very important or else you will have issues when you start installing WordPress. The following image shows you all the privileges assigned to the new user created.

MySQL Privileges:

  • Data
  • Structure
  • Administration

xampp-user-check-all-privileges-new

Step 6 ) Leave the default settings as they are, you don’t need to make any changes to these settings. Click on Add user. See image below.

xampp-add-user-resources

Step 7 ) You can see the new user testsite added to the list. In this example I added the user to “wordptest” database and I made sure all privileges are given. Click on Edit Privileges to edit the user. See image below.

Note: Adding all privileges are added to the user to access the database will prevent errors appearing on your browser when you try to run your website.

xampp-new-user-added-new

Step 8 ) Select the database from the dropdown menu and assign the database to the user you just created. I selected wordptest database, Click on Go. See image below.

xampp-assign-user-to-database

In this tutorial you have learned how to create a WordPress database, add a new user and assign all the privileges to the new user.

Next tutorial install-wordpress-locally-page-two will show you how to install WordPress.

I hope this tutorial has helped you.

Enjoy.

Xampp Tutorial List:

I have been working in IT since 1999 and I enjoy the challenges it brings me. I love developing websites with WordPress. I spend a lot of time helping out in wordpress.org forums. I have been writing tutorials since 2011. Now I am learning how to manage my own VPS "Virtual Private Server.

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)

4 × four =