This is an old revision of the document!
Greetings mortal!
Below you'll find a (small) manual which will explain a few things about the use of phpmyadmin.
This manual has been made by using the following version:
As time will tell this manual might grow into something more larger. As for now this manual will only concentrate on the use of phpMyAdmin, not the installation for it!
Before we can begin we will have to browse to the machine (http://IP/phpmyadmin/ also look at the picture to the right) and login to be able to use anything phpmyadmin has to offer. We will use the root user mostly for the creation of new users. For the creation of databases we will use the user with the correct rights.
First, we'll have to login as root. Browse towards your phpmyadmin webpage (usually done by going to http://<ip address/hostname>/phpmyadmin.
Login as root here, giving the username and password.
Next we are going to the page that is called “privileges” (right screen).
This screen will show what users are already present on the system with several key information pieces which could be usefull at some time.
Since we are just adding users we can click on “Add a new User” (screenshot) and enter the next screen again.
Once on this page we will have to fill in several fields: (right screen).
After hitting 'Go' you will see a screen that looks like this telling you the user has been created.
Congrats! You can now use this user!
Used Pictures:
1 2 3 4
This chapter will handle the creation of databases and …
There are 2 ways of creating a database:
1. With root
Normally a user won't have any rights to create any database itself. In which case you will have to ask someone with root access to create you a database.
This can also be done yourself, in which case you will have to create the database, edit the privileges of the user and add the user to the newly created database with rights.
2. With a user itself
If the person who gave you an account (or you have made it yourself) and that user has been created with the option '”Grant all privileges on wilcard name (username\_%)” ', this user will be able to create it's own databases.
I will explain the second possibility, with the user itself, below.
First, again, lets go to the phpmyadmin page via a browser. Use your login and password and hit enter (I'm using the login: 1username for the purpose of this manual).
Next in line would be the creation of a database. The browser will already show you the text '1username_…' inside the database creation text box. Lets create a database called 'hlx'.
To do this change the text that is already present in the box to '1username_hlx'.
N/A for now, will be filled later.
This chapter is just a placeholder and will be expanded / replaced over time.