supermoquette a dit:Va sur www.entropy.ch et installe MySQL, puis active le php sur ton apache. Pour ca utilise TextWrangler et ouvre le fichier caché /etc/httpd/httpd.conf et décommente (càd enlève le dièse devant la ligne) les lignes (lignes 240 et 284) :
#LoadModule php4_module libexec/httpd/libphp4.so
#AddModule mod_php4.c
Ensuite redémarre ton partage web
supermoquette a dit:Va sur www.entropy.ch et installe MySQL, puis active le php sur ton apache. Pour ca utilise TextWrangler et ouvre le fichier caché /etc/httpd/httpd.conf et décommente (càd enlève le dièse devant la ligne) les lignes (lignes 240 et 284) :
#LoadModule php4_module libexec/httpd/libphp4.so
#AddModule mod_php4.c
Ensuite redémarre ton partage web
Important: You should at least run this command in order to secure the open master account in the default installation:
/usr/local/mysql/bin/mysqladmin -u root password new_password_here
In recent distributions of MySQL, you can also run the script mysql_secure_installation instead of just changing the root password. That script allows you to change the root password, delete the test database, remove the anonymous user, remove remote access (allowing access from the local machine only) and reset the privileges table.