Tuesday, May 22, 2012

phpMyAdmin Install

phpMyAdmin : http://www.phpmyadmin.net/home_page/index.php
Installing phpMyAdmin
 The version  requires at least PHP 5.2 and MySQL 5.And then start MySQL.
 You must have MySQL user and password.
$ wget  http://nchc.dl.sourceforge.net/project/phpmyadmin/phpMyAdmin/
3.5.1/phpMyAdmin-3.5.1-all-languages.tar.gz
$ tar xzvf phpMyAdmin-3.5.1-all-languages.tar.gz
$ cd phpMyAdmin-3.5.1-all-languages
$ vim config.sample.inc.php
   cfg['Servers'][$i]['auth_type'] = 'http';
$ cp config.sample.inc.php config.inc.php
$ mv ../phpMyAdmin-3.5.1-all-languages your_web_site

No comments:

Post a Comment