Advertisement
Guest User

Mysql installieren

a guest
Jun 8th, 2017
10,377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. » apt-get update
  2. » apt-get upgrade
  3. » apt-get install apache2 php5 libapache2-mod-php5
  4. » apt-get install mysql-server mysql-client php5-mysql
  5. » apt-get install phpmyadmin
  6. » /etc/init.d/apache2 restart
  7.  
  8. » echo Include /etc/phpmyadmin/apache.conf >> /etc/apache2/apache2.conf
  9. » /etc/init.d/apache2 restart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement