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
下载 服务端:VisualSVN Server和客户端:TortoiseSVNcmd,并cd 到VisualSVN Server安装目录下的bin目录.新建库:1 svnadmin create H:\svn_pro修改conf目录下的passwd,添加 : user=password,如1 ###...
分类:
其他好文 时间:
2014-07-19 17:13:55
阅读次数:
222
1、首先简单介绍一下我们的数据库,thinkphp数据库下有一个tp_user表,然后有四个字段。。。。id,username,password,sex我们今天的任务就是在Thinkphp下将数据调出来。(增删查改)select();//select()方法是将数据库中所有的信息显示出来,相当于$s...
分类:
数据库 时间:
2014-07-19 08:33:16
阅读次数:
301
不说废话,直接上干货
1.通过set和get传递参数
增加username 和password两个属性并增加set和get方法
package fzl.user.struts.demo;
import com.opensymphony.xwork2.ActionSupport;
public class UserAction extends ActionSuppo...
分类:
其他好文 时间:
2014-07-19 02:17:06
阅读次数:
249
记录一次会话CRT---------------------su -oraclesqlplus / as sysdbasqlplus username/password 如:普通用户登录 sqlplus scott/tigersqlplus username/password@net_service...
分类:
其他好文 时间:
2014-07-19 00:34:49
阅读次数:
367
修改MySQL的root密码,需要按以下步骤进行:(1)使用现有root密码登录MySQL,并且use mysql数据库;(2)执行SQL语句:update user set Password=PASSWORD('新密码') where user='root';;(3)退出mysql,重新启动MyS...
分类:
数据库 时间:
2014-07-19 00:27:12
阅读次数:
300
先贴出代码(/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