|
||||||||||
|
|
Install PHP-MemCache Module On CentOS 5.0 + RHELJanuary 17, 2009 on 3:27 pm | In Apache, Installation, PHP | No CommentsDownload wget http://pecl.php.net/get/memcache-2.1.2.tgz phpize && This should create memcache.so in your extenstion directory (/usr/lib/php/modules) If it is not done copy the file memcache.so to the default module directory. php -i| grep php.ini add the line ——————— Restart Apache /etc/rc.d/init.d/httpd restart check the module is working should show something like ============= Also, you can find it in your phpinfo page. 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. |
![]() Powered and designed by Presoon.com. |