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
timestamp设置默认值是Default CURRENT_TIMESTAMPtimestamp设置随着表变化而自动更新是ON UPDATE CURRENT_TIMESTAMP但是由于一个表中至多只能有一个字段设置CURRENT_TIMESTAMP两行设置DEFAULT CURRENT_TIMES...
分类:
数据库 时间:
2014-07-19 15:37:53
阅读次数:
260
前言:相比基于查询的SQL注入,使用insert、update和delete进行SQL注入显得略显另类 参考自:http://www.exploit-db.com/wp-content/themes/exploit/docs/33253.pdf0x1 准备条件 a. mysql数据库 b....
分类:
数据库 时间:
2014-07-19 14:18:29
阅读次数:
333
hi,everyone !真的是好久好久没有update blog了,因为最近忙着备考,没有时间对《数据结构与算法》进行研究学习了。所以,blog一直未更新。today is Friday,心里比较轻松,(哈哈,上班族懂我的感受),有时间写篇技术文章了。正好,最近研究了一些新技术,这篇文章权当对技术...
分类:
移动开发 时间:
2014-07-19 12:12:37
阅读次数:
384
1、配置:mongod --dbpath=D:\MongoDB\data mongo2、基本的增删查改 find() update()-- 整体更新,局部更新。 修改器: $inc db.person.update({"age":23},{$inc:{"salary":1000}})...
分类:
数据库 时间:
2014-07-19 11:17:44
阅读次数:
250
yuminstall-ytftp*xinetd"*dhcp*"nfs-utils-*配置DHCP服务器的配置文件[root@localhosttftpboot]#vi/etc/dhcpd.conf#DHCPServerConfigurationfile.#see/usr/share/doc/dhcp*/dhcpd.conf.sample#see‘man5dhcpd.conf‘ddns-update-styleinterim;ignoreclient-updates;filename"/px..
分类:
其他好文 时间:
2014-07-19 02:16:55
阅读次数:
231
修改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
SQL> drop table test purge;
SQL> create table test as select * from dba_objects where rownum
SQL> update test set object_name='中国' where rownum
SQL> commit;
SQL> col object_name format a30
SQL>...
分类:
数据库 时间:
2014-07-18 14:10:03
阅读次数:
618
最近一直忙于项目的事情,很长一段时间没有博了,最近在部署ESXI的时候发现了一些问题,今天晚上回来的早,将其发出现,希望能够有需要的朋友。自动从上ESXI5.5以后,多少存在一些问题,如SSO问题、WindowsServer2008蓝屏问题,这次将服务器升级了一下,正好解决了这些问题,这里..
#define UPDATE_TITLE "--update_package="
#define UPDATE_COMMAND_FILE "/cache/recovery/command"
#define UPDATE_FLAG_FILE "/cache/recovery/last_flag"
#define LAST_INSTALL_FILE "/cache/recovery/last...
分类:
移动开发 时间:
2014-07-18 11:24:27
阅读次数:
339