The web hosting publication by web hosting users for web hosting users
Update a Host / Editor Login
Search
Article News Host Business Name
DIRECTORY TOP RATING EDITOR REVIEW SEARCH HOSTING SHOWCASE BECOME AN EDITOR
RECENT NEWS
Pingdom Adds Business Monitoring Plan
Apptix Offers Hosted VoIP Products
Hostway Offers Free Server Setup
FWHN Offers 3 Discount Programs
Hosting Networking Site Launches
Infinera Names Strategic Materials VP
Egenera Hosts Virtualization Webinar
DRT Offers Euro Data Center Study
ARTICLES
Co-location Hosting
Dedicated Servers
Domain Names
E-Commerce / Merchant Accounts / Payment Gateways
Free Web Hosting
General Web Hosting
Hosting Software & Control Panels
Managed Web Hosting
Programming
Reseller Hosting
Running a Web Hosting Business
Search Engine Optimization
Specific Web Hosting Provider or Company
Technical & Security
Useful Website Tools
Virtual Private Servers
Web Design & Content
Website Marketing Campaign
SEARCH ARTICLES
WEBHOST DIRECTORY
By Location

By Category
Application Hosting
Collocation Hosting
Dedicated Servers
Domain Name Registration
Ecommerce Hosting
Free Web Hosting
Reseller Domain Name Registration
Reseller Hosting
Shared Web Hosting
Virtual Private Servers
By Function
Windows Web hosting
PHP Web Hosting
Mysql Web Hosting
ASP Web Hosting
MS SQL Server Web Hosting
Coldfusion Web Hosting
MS FrontPage Web Hosting
Ecommerce Web Hosting
Cheap/Discount Web Hosting
Personal Web Hosting
Domain Name Web Hosting
A-Z Listing
Enter web host domain:




Articles
  You are here : Home Articles Hosting Software & Control Panels
PhpMyAdmin Installation in cPanel Tutorial
Submitted by Jessica Conelly on | 396 reads
PhpMyAdmin Installation in cPanel Tutorial

PhpMyAdmin is a nice web interface to control your MySQL DB. It can help you take selective backup. i.e., backup of only some tables in a DB and execute queries.

This is a step-by-step tutorial for installation of PhpMyAdmin on your shared hosting space using FTP access. You are going to download the needed files on your computer upload it to your UNIX run web host and set everything up.
 
1. Download the latest version from http://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 create.
a. Create a DB using cPanel
 
b. Create 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 created 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 created in step 4 b.

d. Save the file and close it.

6. Log into your web space using a FTP client and create a directory, say PhpMyAdmin under public_html. Upload all the content into the directory created.

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. Important: Password protects 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.


ARTICLES | NEWS | DIRECTORY | TOP REVIEWS| TOP RATINGS| SEARCH | SHOWCASE | UPDATE A HOST
OUR EDITORS | CONTACT US | ADVERTISING | TERMS OF AGREEMENT
© Copyright 2006 , The Web Hosting Herald. All rights reserved.