MySQL 的“root”用户默认状态是没有密码的,所以在 PHP 中您可以使用
mysql_connect("localhost","root","") 来连接 MySQL 服务器; 如果您想为 MySQL
中的“root”用户设置密码,请在控制台中使用“mysqladmin”命令。例如:在win...
分类:
数据库 时间:
2014-06-13 08:04:25
阅读次数:
370
修改以下三个配置文件数据库连接信息安装目录/config/config_global.php安装目录/config/config_ucenter.php安装目录/ucent/data/config.inc.php
分类:
数据库 时间:
2014-06-13 00:58:35
阅读次数:
330
方法1.go to the Product menu and find the Edit
Scheme menu there.While in Edit Scheme window, select the "Run" option on the
left hand side of the scree...
分类:
其他好文 时间:
2014-06-12 21:03:42
阅读次数:
317
1,忘记sys密码 打开CMD命令窗口,执行以下操作:1,SQLPLUS
/NOLOG;2,3,CONNECT / AS SYSDBA4,5,ALTER USER SYS IDENTIFIED BY 新密码6,7,ALTER USER
SYSTEM IDENTIFIED BY 新密码8,2,以sys...
分类:
数据库 时间:
2014-06-12 18:40:13
阅读次数:
361
When trying to install mercury quality center
starter edition 9.0 on Windows XP media center, I am getting the following error
Wrong attributes "An er...
分类:
数据库 时间:
2014-06-12 18:07:45
阅读次数:
344
express的中间件基于connect模块而来,所以相关文档可以直接参考http://www.senchalabs.org/connect/使用cookie-session中间件过程中,比较困惑,所以记录如下
1.session 原理: session是基于cookie的 客户端...
分类:
其他好文 时间:
2014-06-12 16:59:17
阅读次数:
392
精简了一下CentOS的开机自启服务,结果重启之后出现提示StartingHALdaemon:[FAILED]然后启动到crond的时候halt了……按理说这个守护进程不是致命的,FAILED也是应该能启动起来系统的,它只是担负U盘以及其他USB硬件识别功能。但是问题是如果需要启动到图形界面,鼠标键盘识别失..
分类:
其他好文 时间:
2014-06-10 23:35:36
阅读次数:
1055
今天早上一个同事说一个系统的定时备份EXP出问题了,异常内容有如下信息:ORA-00257:
archiver error. Connect internal only, until freed初步判断是归档日志存放的路径空间不足了。登陆服务器,df
-h 检查空间使用情况,发现归档路径下目录空间确...
分类:
其他好文 时间:
2014-06-10 16:20:22
阅读次数:
243