Bonjour
j'ai suivi vos intructions mais quand j'ai changé le localhost par :127.0.0.1 et user=root, et mot de passe="" ou mysql
j'ai le meme error:
incorrect database parameters : wrong host or user or password
Error while trying to create Database 'projectorria
merci pour votre help
This configuration is valid for a local EasyPHP installation.
password = "" means keep it empty (empty string)
If your mysql is remote, or any other installation than EasyPHP, refer to you mysql manual to know about the password to be used.
NB :pease post in English !
thank you, i instal the soft in local machine, when i can find mysql manual
Refer to your wamp installation (php/mysql).
Which are you using ? EasyPhp, Wamp, Xamp, Zend, other ?
i was easyphp 5.3.9, can you give a easy soft
For easyPhp, installed locally:
host=127.0.0.1
user=root
password=
(leave passwork blank)
It should work.