码迷,mamicode.com
首页 >  
搜索关键字:incorrect password o    ( 12665个结果
生成linux shadow文件
1 echo "password" | openssl passwd -1 -salt $(< /dev/urandom tr -dc '[:alnum:]' | head -c 32) -stdin1 $1$cVcjk1yK$sfdBsYIEr800Mdr3PsICe02 $1$oBrzawaF$...
分类:系统相关   时间:2014-10-27 10:36:07    阅读次数:406
安全登录
[root@rac02 log]# grep "Failed password for root" /var/log/secure.1|wc -l27625[root@rac02 log]# grep "Failed password for root" /var/log/secure.2|wc -...
分类:其他好文   时间:2014-10-27 10:33:51    阅读次数:205
ajxa内容
URL 。 ·asynch :如果希望使用异步连接则为 true ,否则为 false 。该参 数是可选的,默认为 true 。 ·username :如果需要身份验证,则可以在此指定用户名。该可选参数没有默认值。 ·password :如果需要身份验证,则可以在此指定口令。该可选参数没有默认值。 ...
分类:其他好文   时间:2014-10-27 08:09:25    阅读次数:146
window 下mysql :1045 - Access denied for user ‘like’@'localhost'(using password:YES)
安装了MySQL Server 6.0,在登陆是总是提示:1045 - Access denied for user ‘like’@'localhost'(using password:YES),在网上搜索半天最终解决,特记录下解决办法:第一步:停止mysql 服务;第二步:修改my.ini文件,具...
分类:数据库   时间:2014-10-27 00:18:26    阅读次数:222
oracl 创建用户
-- Create the user create user ADMIN default tablespace SYSTEM temporary tablespace TEMP profile DEFAULT password expire;-- Grant/Revoke role privileg...
分类:其他好文   时间:2014-10-26 22:31:26    阅读次数:234
sqlplus登录、连接命令
经常使用:sqlplus username/password 如:普通用户登录 sqlplus scott/tigersqlplus username/password@net_service_name 如: sqlplus scott/tiger@orclsqlplus username/pass...
分类:数据库   时间:2014-10-26 21:04:11    阅读次数:400
Cmd下操纵sqlserver/oracle数据库的基本命令
Cmd下操纵sql server数据库的基本命令:1、(1)先进入命令sql命令行,登录数据库登录本地数据库系统sqlcmd -U [username] -P [password] (3)查询所有数据库名称select name from SysDatabases(4)操纵数据库use [Dat.....
分类:数据库   时间:2014-10-26 15:37:29    阅读次数:347
添加tomcat用户-角色验证
Tomcat 6.0\conf\tomcat-users.xml目录下添加用户 (服务器启动后自动增加的服务器启动后) user username="ll" password="lcp" roles="lluser">完成登录验证还需要配置web-inf/web.xml文...
分类:其他好文   时间:2014-10-26 11:27:36    阅读次数:450
MYSQL登录错误:mysqladmin: connect to server at 'localhost' failed
一、mysql登录错误mysqladmin: connect to server at 'localhost' failederror: 'Access denied for user 'root'@'localhost' (using password: YES)'无法修改密码用 service ...
分类:数据库   时间:2014-10-26 11:27:02    阅读次数:202
To Use Ubuntu Kylin 14
1.系统安装; 2.Use root account; 1.set the password for root account: sudo passwd root 2.edit file: vi /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf add...
分类:系统相关   时间:2014-10-25 18:30:21    阅读次数:279
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!