| 新闻 | 共有5项符合 用户口令 的查询结果, 以下是第 1 - 10 项。(搜索用时 5.50 秒) |
MySQL忘记超级用户口令的解决办法 2006-2-23
MySQL普通
| 图片头条| [16]
| MySQL忘记超级用户口令的解决办法 如果MySQL正在运行,首先杀之: killall -TERM mysqld。 启动MySQL:bin/safe_mysqld --skip-grant-tables & 就可以不需要密码就进入MySQL了。 //from 然后就是 >use mysql >update user set password=password("new_pass") where user="root"; ... | |
| http://db.rdxx.com/MySQL/2007/6/2815545874450.shtml - 5.85K 2008-1-5 16:42:10 加入收藏 |
在SYBASE中如何设置用户口令为空 2006-6-13 12:06:34
Sybase普通
| 图片头条| 互连网| 佚名| [44]
| 使用sa登录Server:isql -Usa -Psa_password -Sserver_name 记录当前版本号(以当前版本号12000为例): sp_configure "upgrade version" go 修改当前值为492: sp_configure "upgrade version",492 go 将某用户口令设置为NULL(以sa为例,当前口令为"123456"): sp_password '123456',NULL,sa go 重... | |
| http://db.rdxx.com/Sybase/2006-6/13/121658905.shtml - 5.59K 2007-11-7 7:11:20 加入收藏 |
在SYBASE中如何设置用户口令为空 2006-5-12 19:08:35
Sybase普通
| 图片头条| 互连网| 佚名| [54]
| 使用sa登录Server:isql -Usa -Psa_password -Sserver_name 记录当前版本号(以当前版本号12000为例): sp_configure "upgrade version" go 修改当前值为492: sp_configure "upgrade version",492 go 将某用户口令设置为NULL(以sa为例,当前口令为"123456"): sp_password '123456',NULL,sa go 重... | |
| http://db.rdxx.com/Sybase/2006-5/12/190919460.shtml - 5.52K 2008-6-17 0:46:38 加入收藏 |
利用VB组件实现WEB方式下对NT域用户口令的修改 2005-8-7 20:53:00
Visual Basic普通
| 图片头条| 编程爱好者网站| 未知| [65]
| 摘 要 利用VB完成一个组件,注册到NT SERVER的MTS中。在ASP中使用了DLL中所包含的组件,完成浏览器对NT 域用户口令的修改。关 键 词 ASP,ADSI,MTS,WEB 服 务 器,浏 览 器近几年来,计算机网络技术得到迅猛发展。Windows NT网络操作系统以其可管理性、可用性和丰富的应用软件赢得了越来越多的用户。虽然NT的用户管理非常容易,也有其局限性。例如UNIX下利用Telnet远程修改用户口令非常简单,但是NT就没有这么容易。我们利用NT建立了代理服务器、... | |
| http://dev.rdxx.com/VB/2005-8/7/225049715.shtml - 9.03K 2007-11-7 13:21:04 加入收藏 |
用 SuSE Linux Rescue Mode 恢复超级用户口令 2005-9-13 22:23:00
Linux普通
| 图片头条| Blog.ChinaUnix.net| 未知| [28]
| 用 SuSE Linux Rescue Mode 恢复超级用户口令 5.4. The SUSE Rescue System SUSE LINUX contains a rescue system for accessing your Linux partitions from the outside in the event of an emergency. The rescue system can be loaded from CD, the network, or the SUSE... | |
| http://os.rdxx.com/Linux/2005-9/13/175535462.shtml - 12.44K 2007-11-8 4:16:31 加入收藏 |