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...")
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
Users
- Click on
Add user
- 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
- In section
Database for user
, selectCreate database with same name and grant all privileges
- Click on
Go