dijous, 29 de gener del 2009

OpenSUSE: Apache+PHP+MySQL

  Com instal·lar Apache+PHP+MySQL a sistemes operatius basats en GNU/Linux OpenSUSE).



Instal·lar Apache i PHP
Instal·lar MySQL i PHP

Instal·lar Apache i PHP


Instal·lar Apache i PHP
sudo yast -i apache2
sudo yast -i php5 php5-gd
sudo yast -i apache2-mod_php5
sudo /etc/init.d/apache2 restart


Iniciar apache cada cop que s'angegui l'ordinador:
sudo chkconfig --add apache2

Comprovar si funciona PHP
Crear l'arxiu /var/www/info.php amb el següent contingut:
<?php
phpinfo();
?>


I obrir el navegador la URL http://localhost/info.php

Instal·lar MySQL i PHP


sudo yast -i mysql mysql-adminnistrator mysql-tools
sudo yast -i php5-mysql
sudo /etc/init.d/mysql start
sudo /etc/init.d/apache2 restart


Iniciar MySQL cada cop que s'angegui l'ordinador:
sudo chkconfig --add mysql

Fixar contrasenya de l'usuari administrador de MySQL:
contrasenya: 1234
mysqladmin -u root password 1234
mysqladmin -h server1.example.com -u root password 1234

Sign by Danasoft - Myspace Layouts and Signs