Practical-4 Date: Install & Use of Phpmyadmin: Step 1: Downloading

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

196170307143 3360702

PRACTICAL-4 DATE: / /

Install & Use of Phpmyadmin

AIM:- In this PRACTICAL we will see how to download, install and setting called phpmyadmin, which makes it possible
to have a graphic interface practices to manage your base of MySQL data.

Step 1: Downloading

If you have downloaded a complete package, you will already have one of the files below.
However if you haven't you need to download the phpMyAdmin package from:

http://prdownloads.sourceforge.net/phpmyadmin/phpMyAdmin-2.8.0.3.zip?download

Rename the folder so it is simply "phpmyadmin".

Step 2: Installing/Configuring
Before we start installing we need to make some changes to some files. Go to

"htdocs/phpmyadmin/libraries".

Find the file "config.default.php".


196170307143 3360702

Right click it and click "copy". Now return to "htdocs/phpmyadmin".

Right click and click "paste". Now rename the copied "config.default.php" to "config.inc.php".

Now open the new file "config.inc.php" in a text editor such as "wordpad" (note pad may not work in
this situation as the encoding is different and the lines are seperated in a different way.

Find the line highlighted below and change "A memorable word" to something you can easily
remember, but not something too obvious like your name.
196170307143 3360702

Now find the line highlighted below and change


"http://www.yourdomain_or_IP.com/phpmyadmin/" to the URL or IP address of your server and
the path to phpMyAdmin. Remember the trailing "/".

Now find the lines highlighted below and change set them to the ones you see in the image.
196170307143 3360702

Save the file with the text editor.

Now browse to the location of phpMyAdmin (www.yourdomain.com/phpmyadmin for example).


196170307143 3360702

You will be asked for a username and password. Enter "root" as the username and the password you
chose for MySQL, then click "Go".

Thats it. You have completed the installation of phpMyAdmin. You can now add users, change your
password, edit tables etc with phpMyAdmin.

Finished

You might also like