PhpMyAdmin/New Database: Difference between revisions
From wiki
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..." |
(No difference)
|
Latest revision as of 06:57, 11 September 2016
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
Localin the dropdown - Password: Click on the
Generatebutton 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