Sponsored Links


Host Tutorial For How To Install phpMyadmin – phpMyadmin Instalation

phpMyAdmin Installation Tutorial

If you are on a shared hosting server chances are your account has cPanel or some other administration panel through which you can make/delete MySQL databases (DBs)/DB users. But you will not be able to:

a. Take selective backup. i.e., backup of only some tables in a DB

b. Do queries. You might have seen that some scripts give you a .sql file that needs to be ‘executed’ in your DB so the tables in it get made/populated.

Enter phpMyAdmin to the rescue. It is a nice web interface to control your MySQL DB. Most hosts already provide phpMyAdmin but it’s usually out-dated.

This is a step-by-step tutorial for installation of phpMyAdmin on your shared hosting space using FTP access. (Shell access fastens the process, but am not covering that here now). You are going to download the needed files on your computer (Windows, I would guess), upload to your UNIX run web host and set everything up.

1. Download the latest version from www. phpmyadmin.net/home_page/downloads.php The latest version is at the top. You can download the .zip file.

2. Extract the contents of the .zip file using a program like winrar.

3. [Optional] You may want to delete unneeded language files. This saves time while uploading. Go into ‘lang’ folder and delete all files except a) all the .sh files and b) the three .php files having names starting w/ ‘english’.

4. In this tutorial scope, we are going to have phpMyAdmin access and control all the tables in a single database that you are going to make.

a. Make a DB using cPanel

b. Make MySQL username and a password for this user

c. Assign all privileges to this user to access the DB

5. Download config.inc.php zipped and extract to get config.inc.php file. Place it along with all the other content. Open it in a text editor like EditPlus and edit these lines:

a. line 55:

$cfg[’Servers’][$i][’host’] = ‘localhost’; // MySQL hostname or IP address

Usually it is ‘localhost’.

b. line 62:

$cfg[’Servers’][$i][’controluser’] = ‘MySQL_user’; // MySQL control user
settings

Enter MySQL user you made in step 4 b.

c. line 64:

$cfg[’Servers’][$i][’controlpass’] = ‘MySQL_pass’; // access to the
“mysql/user”

Enter MySQL user’s password that you made in step 4 b.

d. Save the file and close it.

6. Log into your web space using a FTP client and make a directory, say phpmyadmin under public_html. Upload all the content into the directory made.

7. Installation is complete. Simply point your browser to the directory where you installed phpMyAdmin and you should be able to start using it.

8. Vital: Password protect the directory where you installed phpMyAdmin or else anyone will be able to access it! You can do that using the admin panel that your host provides.

Goodluck!

Tags: , , , , , , , , , , , , , , , , , , ,


Panel Search :


    Leave a Reply

    You must be logged in to post a comment.

    Sponsored Links

    Recent Posts:

    Looking for a good vps
    New IBM Data Center Designed to Support Cloud Computing
    Knownhost VPS CURENT SPESIALS 2010 75% OFF!
    FormMail Hosting- Earn Monthly Recurring Comissions.
    D-Link DP-300U 10/100TX 1-USB Port 2-Parallel Port Print Server

    Related results on Host Tutorial For How To Install phpMyadmin – phpMyadmin Instalation

    1. anti leech hacking tutorial.txt. Area Codes and Time Zones.txt attacks on networks how to stop.htm. Auto End Tasks to Enable a Proper Shutdown, Win XP Tweak.txt. Automatic Windows Installation, No keypress required!.txt ..... How to set up a server with Apache , PHP , MySQL , Perl , phpMyAdmin.txt. How To Set Up Direct Connect.txt. HOW TO SET UP FTP SERVER.txt. How To Set Up Proxies In Your Browser.txt. How To Set Zone Alarm Settings!, Fix for ZA ports.txt ...

    1. This is done by Installing Apache2 webserver with PHP5 and MySQL, additional software such as inadyn will also be installed. Installation of a website will not be covered, this tutorial has been tested using WordPress and MetaWiki. ... Step Six: phpMyAdmin. PhpMyAdmin is a web interface in which you can manage your MySQL databases. It's a good idea to install it: sudo apt-get install phpmyadmin. Select the following: Web server to reconfigure automatically: apache2 ...

    1. This tutorial describes how to set up a mail server where Postfix is the SMTP service, and Dovecot provides IMAP and POP services. The users are virtual and user information is stored in a MySQL database. ..... And install phpmyadmin and php-mysql if not already installed. yum install -y phpmyadmin php-mysql. After this fire up a browser and enter http://127.0.0.1 in the address bar. Enter the user name and password and start using it. /etc/httpd/conf.d/phpmyadmin.conf ...