and it seems now, the version and how to install is already changed so I make this post.
previous post here
Step:
0. apt get update (start with this)
sudo apt-get update1. Installing MySQL
sudo apt-get install mysql-server1.1. mysql secure installation (optional but recommended)
sudo mysql_secure_installation2. Installing apache2
sudo apt-get install apache23. Installing phpmyadmin
sudo apt-get install phpmyadmin4. connect apache2 and phpmyadmin
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf5. activate it
sudo a2enconf phpmyadmin.conf6. restart apache
sudo systemctl reload apache2.service
ok done
No comments:
Post a Comment