Loading...

Knowledge Base

Create a MySQL Database and User

MySQL Database allows you to store and manage your data efficiently. And by setting up a new user, you can customise access and update permissions for your database.

These quick guides can help you set up a MySQL database and user easily:

Creating a New Database

  1. Access Databases in your Account Manager.
  2. Click CREATE A NEW DATABASE.
    Screenshot of Freeparking MySQL Create a Database in Account Manager
  3. In the pop-up window, enter a name for your new database and select the privileged MySQL users who will have access to it by checking the appropriate boxes.
    Screenshot of Freeparking MySQL Create a New Database Screen
  4. Click ADD DATABASE to save your new database.

You will see your newly-added database in the Databases section.
 

Creating a New SQL User

  1. Access Databases in your Account Manager.
  2. Scroll to the SQL Users section, then click CREATE A NEW MYSQL USER.
    Screenshot of Freeparking MySQL Create New MySQL User Button
  3. In the pop-up screen, enter a new username and password, then tick the boxes to select the database your new user can access.
    Screenshot of Freeparking MySQL Create New MySQL Screen
  4. Click ADD USER to save your new user.

    You will see your newly-added user in your list of SQL Users. If you want to change the settings for each user, click the following icons.
    Screenshot of Freeparking MySQL Users Action Buttons
  • Manage – Allows you to update database grants or permissions for a user.
  • Change Password – Where you can update the password for a user.
  • Delete – Click this to remove a user.
Did you find this article helpful?

 
* Your feedback is too short

Loading...