ITPUB个人空间 »
VeryData的个人空间
欢迎访问 VeryData 的个人空间
我的论坛主题
-
2008-05-03 08:41:20 / MySQL及其它开源数据库
使用mysqladmin 创建用户的时候,不小心在句末加了个分号mysqladmin -u root -p create newdatabase;导致创建的数据库名为newdatabase;现在要删除数据库,drop database newdatabase;;是不可以的了,我应当如何才能删除这个带分号的newdatabase;?[ 本帖最后由 VeryData 于 2008-5-4 10:02 编辑 ]
查看(396)
评论(7)
-
2008-04-22 12:36:47 / Oracle数据库管理
SWITCH LOGFILE ClauseALTER SYSTEM SWITCH LOGFILEThe SWITCH LOGFILE clause lets you explicitly force Oracle Database to begin writing to a new redo log file group, regardless of whether the files in the current redo log file group are full. When you force a log switch, Oracle Database begins to perform a checkpoint but returns control to you immediately rather than when the checkpoint is complete. To use this clause, your instance must have the database open.其中的control 是什么意
查看(241)
评论(2)