WAMP:Etudes

Un article de Wiki.

Jump to: navigation, search

[modifier] Introduction

Avoir un serveur web dedié, c'est bien, mais en avoir aussi un en local c'est mieux!

Mon choix s'est porté sur WampServer car il est en PHP5 et MySQL5... et bien sûr pour Windows...

(WAMP = Windows Apache MySql Php)

http://www.wampserver.com/

[modifier] Installation

Il s'installe tout seul dans C:\WAMP et tous les fichiers sont sous ce dossier.

[modifier] Configuration

Par défaut, WAMP configure MySQL pour créer des bases en InnoDB.

C'est moins simple à bidouiller qu'en MyISAM. Alors pour changer cela, il faut modifier le fichier my.ini:

# The default storage engine that will be used when create new tables when
#default-storage-engine=INNODB
default-storage-engine=MyISAM