Monday, September 5, 2011

How to change the Server password?


How to change the Server password?

Login to the server database,check the particular database and write a query

update users set pass=md5('new_password') where uid = 1 ;


No comments:

Post a Comment