脚踏实地、勇往直前!
全部博文(1005)
发布时间:2012-06-02 11:47:42
环境:OS:Red Hat Linux As 5DB:10.2.0.4 -------------------------------Linux----------------------------------1.备份数据文件,归档日志文件,控制文件run{allocate channel dup type disk;backup format '/u02/rman_bak/20120602/df_t%t_s%s_p%p' database;backup current controlfi.........【阅读全文】
发布时间:2012-05-05 09:31:24
环境:Os:Red Hat Linux As 5Mysql:5.0.22 忘记了root密码,可以使用如下方法重新设置密码:1.kill掉系统里的mysql进程 2.以不检查权限的方式进入mysqld_safe -skip-grant-tables &或是在my.cnf配置文件下添加skip-grant-tables=on 3.打开另外一个终端窗口my.........【阅读全文】