mysql change root password

Change MySQL root password

by Vivek Gite on September 27, 2007 · 3 comments

Q. How do I change MySQL server root password under Linux / UNIX operating system at shell prompt? A. You need to mysqladmin command which is a client for performing administrative operations. You can use it to check the server’s configuration and current status, to create and drop databases, change mysql root password and more. [...]

{ 3 comments }

MySQL Change root Password

by Vivek Gite on January 2, 2006 · 106 comments

How do I change MySQL root password under Linux, FreeBSD, OpenBSD and UNIX like operating system over ssh / telnet session?

{ 106 comments }