|
||||||||||
|
|
PhpMyAdmin InstallationJanuary 8, 2009 on 5:48 pm | In Mysql, PHP | No CommentsPhpMyAdmin Installation for a domain is so easy. Enter into your webdirectory (public_html) Download the source into it. From shell wget http://jaist.dl.sourceforge.net/sourceforge/phpmyadmin/phpMyAdmin-3.1.1-english.tar.gz or download the source from http://jaist.dl.sourceforge.net/sourceforge/phpmyadmin/phpMyAdmin-3.1.1-english.tar.gz and upload it via FTP to your public_html extract the contents tar -zxf phpMyAdmin-3.1.1-english.tar.gz Alternatively you may use the filemanger extract option for the purpose. you can now access your phpmyadmin using the link www.yourdomain.com/phpMyAdmin-3.1.1-english/ Before that you need to configure that. You need to have 1 database 2 database user 3 database user password. Now navigate to the directory libraries under /phpMyAdmin-3.1.1-english/ you will have a file named config.default.php. You need to edit this file =================== Update the above with database name, username, password, control user and password which can be the same as db user and password. Now try accessing the link www.yourdomain.com/phpMyAdmin-3.1.1-english/ Thats all. No Comments yet »RSS feed for comments on this post. TrackBack URI Leave a comment |
![]() Powered and designed by Presoon.com. |