Posts in 2013
-
Recover MySQL root Password
Tuesday, February 26, 2013 in Zabbix
You can recover MySQL database server password with following five easy steps. Step # 1: Stop the MySQL server process. Step # 2: Start the MySQL (mysqld) server/daemon process with the –skip-grant-tables option so that it will not prompt for …
-
CentOS一些比较老版本的repo
Monday, January 07, 2013 in Zabbix
centos 的老版本对应的域名是 vault.centos.org ,方便以后使用,直接 repo 文件。 Packages previously released as 5.5, and its updates [C5.5-base] name=CentOS-5.5 – Base baseurl=http://vault.centos.org/5.5/os/$basearch/ gpgcheck=1 …