mysqladmin command

Cacti is a network graphing tool similar to MRTG. How do I install and configure common options to collect SNMP data and various other data (such as system load, network link status, hard disk space, logged in users etc) into an RRD?

{ 63 comments }

OpenBSD Install MySQL Server

by Vivek Gite on October 3, 2007 · 7 comments

Q. How do I install and run MySQL version 5 database Server under OpenBSD UNIX operating system? A. OpenBSD has pkg_add command. It is used to install packages created with the pkg_create command. Selected packages containing pre-compiled applications from the /usr/ports tree can be found on the OpenBSD FTP site or on the official OpenBSD [...]

{ 7 comments }

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 }