thanks for the share :)
(04-23-2018 - 08:33 PM)ExclusiveSprx Wrote: EASY EASY EASY case 1: UPdate the SERVER use command---> sudo apt-get update
case 2: Install SQL SERVER use command --->
sudo apt-get install mysql-server
case 3: Install PHPMYADMIN use command ---> sudo apt-get install phpmyadmin apache2-utils
or you can do it like this which is like 10x better
Code:
apt-get update && apt-get upgrade && apt-get install mysql-server-5.5 && apt-get install mysql-server && apt-get install phpmyadmin && service apache2 restart && apt-get install sendmail
then install mcrypt for phpmyadmin
Code:
updatedb
locate mcrypt.ini
locate mcrypt.so
php5enmod mcrypt
ls -al /etc/php5/cli/conf.d/20-mcrypt.ini
ls -al /etc/php5/apache2/conf.d/20-mcrypt.ini
service apache2 restart
theres no need to use sudo if your logged in as the root user
Users browsing: 26 Guest(s)