wampserver 2.0
i got it to work but now when i type
localhost insted of 127.0.0.1 well i get a mysql error that the page don't answer me this came up
and i get this
Error MySQL said:
#1130 - Host 'localhost' is not allowed to connect to this MySQL server
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.
Quickly looking if you use localhost you arent connecting using tcp/ip network stack but rather the unix domain sockets
though try http://localhost:3306 and let me know if that works.
I dont mind helping, though you really should learn how to look things up yourself. Running php/sql servers are going to run you into problems, and you shouldnt come asking for help with every little thing. Look first, then post if you dont find much,
Literally googled for your exact string "Deprecated: Function ereg() is deprecated in C:\wamp\www\Drupal2\includes\file.inc on line 895"
and my link was the first hit. You aren't the first person with these problems, and solutions usually are easily found.