This tutorial will show you how to install PHP MyAmin panel using FTP.
This will be useful in case when you do not have remote connection to a database, your hosting provider do not have installed PHP MyAdmin, or when you are not so familiar with your database server and want to manage it with friendly user interface.
The installation is rather easy, but you may have issues if you haven’t done that ever.
First download the latest version of PHP MyAdmin from their official website: www.phpmyadmin.net
Download phpMyAdmin.x.x.x-language.zip one (the one with extension ‘.zip’) â€" this will be easy to extract even if you do not have dedicated software on your computer for archives.
Extract all the files to a folder on your local computer and then
using FileZilla to upload transfer all the files and folders on your hosting server in a
folder created for PHP MyAdmin files. I called mine PMA:
Now it is rather not so logical, but in order to have phpMyAdmin configured with script instead of editing files on the server trough SSH â€" you should go and create one ‘config’ folder.
The previous picture shows how to do that using FileZilla. Now we must locate a file called ‘config.sample.inc.php’ on our local computer. Then rename it to ‘config.inc.php’ and upload it into the newly created folder.
When the transfer is finished right click on the ‘config’ folder and give 755 permissions.
Apply to all files and directories. This is important for the PHPMyAdmin installation.
Now go to this URL: http://www.your-domain.com/PMA/setup - where www.your-domain.com will be your hosting server address or domain name.
posted on 2010-Jan-08 | 09:07:26 AM
Keep the good work guys!
posted on 2010-Mar-17 | 06:18:42 PM
posted on 2010-Mar-18 | 11:43:08 PM
You can check this tutorial about the configuration:
http://www.onlinehowto.net/Tutorials/phpMyAdmin/How-to-Configure-PhpMyAdmin/1351