How to install PHP ????

dwghihanw

Member
Sep 12, 2007
646
2
0
allian city
hay..guyes....please help me to configure php with Apache HTTP server?
& is anyone know how to change wamp mySQL root paswords??


Please guys help me>>>>:( :(
 
Last edited:

kamalmawa

Member
Sep 9, 2008
574
1
0
Melbourne
Here you can change both phpmyadmin login password and database password

noxunxk51u37d761imaj.jpg
 
Last edited:

VIDUrUVAN123

Member
May 24, 2007
2,914
10
0
Sri lanka
I'm using WAMP because If I installed apache server to my compute I can not work with my ASP projects

Have to try Pen drive things

My suggestion is WAMP
 

kamalmawa

Member
Sep 9, 2008
574
1
0
Melbourne
dwghihanw said:
wamp server eke mySQL root pasword eka change karanna danna aya nadda??????
Can you login to PHPmyAdmin using username "root"?

Open phpmyadmin click Privileges on main mainu,set root password or your username with password.

Don't foget to edi the phpMyAdmin config.inc file in th \wamp\phpmyadmin\ and set the password for root.
 
Last edited:

kamalmawa

Member
Sep 9, 2008
574
1
0
Melbourne
also can change using SQL query on phpMyadmin:

mysql>
mysql>update mysql.user SET password=password("newpassword") hit enter
mysql>where user="root"; hit enter
Query OK


mysql>Flush Privileges; hit enter
Query OK
mysql>quit hit enter
 

dwghihanw

Member
Sep 12, 2007
646
2
0
allian city
kamalmawa said:
also can change using SQL query on phpMyadmin:

mysql>
mysql>update mysql.user SET password=password("newpassword") hit enter
mysql>where user="root"; hit enter
Query OK


mysql>Flush Privileges; hit enter
Query OK
mysql>quit hit enter


thanx machan..thanx.....