TECHNOLOGY UPDATES

Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

Wednesday, September 30, 2009

How to Change MySQL Root Password Using mysqladmin Command?

Linux Command

# mysqladmin -u root -pcurrentpassword password 'newpassword'


_