Installer MySQL sous Windows
Révision datée du 25 mars 2008 à 22:06 par Elliott1961 (discussion | contributions) (Nouvelle page : Il existe de nombreuses méthodes pour installer MySQL sur votre ordinateur sous Windows. Le moyen le plus simple est d'installer un serveur web complet (Serveur Apache + PHP + MySQL...)
Il existe de nombreuses méthodes pour installer MySQL sur votre ordinateur sous Windows. Le moyen le plus simple est d'installer un serveur web complet (Serveur Apache + PHP + MySQL) en installant EasyPHP ou Xampp. Cette méthode est décrite dans l'article Installer PHP sous Windows.
L'autre méthode est de télécharger directement mySQL à partir de la source:
- Téléchargez l'installateur mysql à partir de mysql.com http://dev.mysql.com/downloads/mysql/5.0.html
- Extraire le fichier zip et exécutez le fichier Setup.exe
- Lorsqu'il vous sera demandé si vous voulez lancer le script de configuration, cliquez sur oui
- If you only plan on using MySQL for working on PhpGedView and/or you don't anticipate needing multiple MySQL database users, then when asked, uncheck the option to set security.
- Click the execute button.
- Run the MySQL Command Line client from the Start Menu
- If you unchecked the security box, then the password will be empty, otherwise enter the password you set when you configured mysql
- Run the following SQL command to create your phpgedview database (remember to include the semicolon (;)):
create database phpgedview;