PhpMyAdmin/New Database

From wiki
< PhpMyAdmin
Revision as of 06:57, 11 September 2016 by Vincent (talk | contribs) (Created page with "This page explain how to create a Database with an associated user # Log into PhpMyAdmin # In the tabbar on top of the screen, click on <code>Users</code> # Click on <cod...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page explain how to create a Database with an associated user

  1. Log into PhpMyAdmin
  2. In the tabbar on top of the screen, click on Users
  3. Click on Add user
  4. In section Login Information
    • User name: type the name of the database you want to create
    • Host: select Local in the dropdown
    • Password: Click on the Generate button bellow. Copy the generated password as you will need it to connect
  5. In section Database for user, select Create database with same name and grant all privileges
  6. Click on Go