Lockers - Nutritional Supplements - Insurance Articles Directory - Debt Consolidation - Hindi movies, hindi songs

PDA

View Full Version : changinh user name and password to mysql server


progfrog
Dec 9th 2008, 9:08 am
hi guys!
I installed wampserver on my pc- includes php,mysql,apache . How do I change my username and password on the mysqlserver instead of the deafault's one?

thanx a lot
progfrog

jestep
Dec 9th 2008, 10:28 am
If you have mysql command line access or a phpmyadmin sql prompt:

USE mysql;
UPDATE user SET Password = PASSWORD('newpassword') WHERE User = 'username';