I want to be clear, all these posts are my way to install these softwares, may be there are other ways better than mine, but as I said it is my way :)
# yum --enablerepo=remi install mysql-server
# yum --enablerepo=remi install php-mysql
# yum --enablerepo=remi install php-pear php-pgsql php-pecl-memcache php-gd php-mbstring php-mcrypt php-xml
# yum --enablerepo=remi install phpmyadmin
# vi /etc/httpd/conf.d/phpMyAdmin.conf
allow from all
# service mysqld start
# /usr/bin/mysqladmin -u root password 'mypassword'
# service httpd restart
phpmyadmin URL:
- Install rpmforge repo
# rpm -Uvh epel-release-5-4.noarch.rpm
# rpm -Uvh remi-release-5.rpm
# rpm -Uvh remi-release-5.rpm
- I will install here some pre requests, may be I installed more than the required softwares.
# yum --enablerepo=remi install mysql-server
# yum --enablerepo=remi install php-mysql
# yum --enablerepo=remi install php-pear php-pgsql php-pecl-memcache php-gd php-mbstring php-mcrypt php-xml
# yum --enablerepo=remi install phpmyadmin
# vi /etc/httpd/conf.d/phpMyAdmin.conf
allow from all
# service mysqld start
# /usr/bin/mysqladmin -u root password 'mypassword'
# service httpd restart
phpmyadmin URL:
then use a valid mysql user.
Done
Inas
No comments:
Post a Comment