- 2009/10/11 22:34:07Mysql时间函数
- --返回当前时间mysql> select curdate(),curtime(),now(),date(now()),sysdate();+------------+-----------+---------------------+-------------+---------------------+| curdate() | curtime() | now() | date(now([阅读全文]
- 专题:作者:Incessant
- 2009/10/11 22:33:18Mysql如何使用内存
- 每个session使用的内存:each thread that is used to manage client connections uses some thread-specific space. the following list indicates these and which variables control their size: a stack (default 192kb,[阅读全文]
- 专题:作者:Incessant
- 2009/10/11 22:32:51Mysql中如何批量生成脚本
- [root@sql21 ~]# mysql -u rootwelcome to the mysql monitor. commands end with ; or \\g.your mysql connection id is 3 to server version: 5.1.26-rc-logtype \'help;\' or \'\\h\' for help. type \'\\c\' to [阅读全文]
- 专题:作者:Incessant