There is a link about how to re-set password.http://database.51cto.com/art/201010/229528.htmwords in short,two lines mysql> UPDATE mysql.user SET p...
分类:
数据库 时间:
2014-07-19 19:12:31
阅读次数:
410
一、修改用户密码 格式(在命令行下输入):mysqladmin -u 用户名 -p旧密码 password 新密码 1. 给root添加密码ab12: mysqladmin -uroot -password ab12 2. 将root的密码修改为djg345: mysqladmin -uroo...
分类:
数据库 时间:
2014-07-18 16:16:39
阅读次数:
242
先贴出代码(/etc/my.cnf)如下:#The following options will be passed to all MySQL clients[client]#password = your_passwordport = 3306socket ...
分类:
数据库 时间:
2014-07-18 14:27:38
阅读次数:
292
即使resource_limit = false, password的 资源限制也会生效...
分类:
其他好文 时间:
2014-07-18 14:09:03
阅读次数:
185
1.以登陆页面为例,默认是英文的,在loginForm.php中添加attributeLabels,可以变成中文具体代码如下:public function attributeLabels(){ return array( 'username'=>'用户名:', 'password'=>'...
分类:
其他好文 时间:
2014-07-18 13:31:03
阅读次数:
207
Solaris10下有趣的FTP错误--ROOT不能访问FTP系统环境:操作系统:Solaris10错误现象:[root@solaris187:/]#ftp127.0.0.1Connectedto127.0.0.1.220solaris187FTPserverready.Name(127.0.0.1:root):root331Passwordrequiredforroot.Password:530Loginincorrect.Loginfailed.root..
分类:
其他好文 时间:
2014-07-18 13:07:48
阅读次数:
212
1 var user = form.name.value; 2 var password = form.password.value; 3 var url = "chkname.php?user="+user+"&password="+password;//以前只知道aja...
分类:
其他好文 时间:
2014-07-17 22:15:23
阅读次数:
251
连接数据库 输入值 存入数据库 关闭import stringimport mysql.connectorconn=mysql.connector.connect(user='root',password='test',database='dalian',use_unicode=True)curso...
分类:
数据库 时间:
2014-07-17 22:02:37
阅读次数:
412
scheme://login:password@address:port/path/to/resource?query_string#fragmentscheme:协议名称//:层级URL标记符号login@password:访问资源需要的凭证address:获取数据的服务器port:连接的端口号/...
分类:
其他好文 时间:
2014-07-17 17:34:11
阅读次数:
279