J'ai un IIS fonctionnel avec lequel je travaille en ASP j'ai donc installer PHP5.2.5 dessus et les pages s'affiche normalement.
J'ai également installé MySQL 5.0 normalement (enfin je crois) le service est démarré.
J'ai installé phpMyAdmin 2.11.2.2
Mon soucis que je ne parvient pas à résoudre :
je fait http:\localhost\phpmyadmin et là j'ai une page d'erreur
Citation :
PHP ne peut charger l'extension mysql,
veuillez vérifier votre configuration de PHP - Documentation
|
Je suit donc le lien et j'arrive sur ça
Citation :
1.20 I receive the error "cannot load MySQL extension, please check PHP Configuration".
To connect to a MySQL server, PHP needs a set of MySQL functions called "MySQL extension". This extension may be part of the PHP distribution (compiled-in), otherwise it needs to be loaded dynamically. Its name is probably mysql.so or php_mysql.dll. phpMyAdmin tried to load the extension but failed.
Usually, the problem is solved by installing a software package called "PHP-MySQL" or something similar.
|
J'ai donc essayé d'enregistrer cette dll par regsvr32 mais j'ai un message d'erreur de la librairie!
Dans le fichier my.ini il y a des lignes de commandes à taper dans la console ce que j'ai fait, mais toujours pas de résultats !
Citation :
# On Windows you should keep this file in the installation directory # of your server (e.g. D:\Program Files\MySQL\MySQL Server 5.0). To
# make sure the server reads the config file use the startup option # "--defaults-file". #
# To run run the server from the command line, execute this in a # command line shell, e.g.
# mysqld --defaults-file="D:\Program Files\MySQL\MySQL Server 5.0\my.ini"
#
# To install the server as a Windows service manually, execute this in a # command line shell, e.g.
# mysqld --install MySQLXY --defaults-file="D:\Program Files\MySQL\MySQL Server 5.0\my.ini"
#
# And then execute this in a command line shell to start the server, e.g.
# net start MySQLXY
|
Dans la commande net start MySQLXY il faut remplacerXY par quoi ? 50 ou 5.0 ?
Une aide serais la bienvenue, merci.