Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
Commands
(edit)
Revision as of 00:43, 26 May 2012
650 bytes removed
,
00:43, 26 May 2012
m
Text replace - "| valign='top' width='90' |" to "| width='90' |"
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>CREATE DATABASE [name] ([input])</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>OPEN [path]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>CHECK [input]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>CLOSE </code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>EXPORT [path]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>CREATE INDEX [TEXT|ATTRIBUTE|FULLTEXT]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>DROP INDEX [TEXT|ATTRIBUTE|FULLTEXT]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>ALTER DATABASE [name] [newname]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>DROP DATABASE [name]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>CREATE BACKUP [name]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>RESTORE [name]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>DROP BACKUP [name]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>SHOW BACKUPS</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>COPY [name] [newname]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>INFO DATABASE</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>INFO INDEX ([TEXT|ATTRIBUTE|FULLTEXT|PATH])</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
| <code>INFO STORAGE [start end] | [query]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>LIST ([path])</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>XQUERY [query]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>RETRIEVE [path] [input]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>RUN [file]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>FIND [keywords]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>CS [query]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>REPO INSTALL [path]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>REPO LIST</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>REPO DELETE [name|dir]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>ADD (TO [path]) [input]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>DELETE [path]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>RENAME [path] [newpath]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>REPLACE [path] [input]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>STORE (TO [path]) [input]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>OPTIMIZE (ALL)</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>FLUSH</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>SHOW DATABASES</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>SHOW SESSIONS</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>SHOW USERS (ON [database])</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>KILL [target]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>CREATE EVENT [NAME]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>SHOW EVENTS</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>DROP EVENT [NAME]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>CREATE USER [name] ([password])</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>ALTER USER [name] ([password])</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>DROP USER [name] (ON [database])</code>:
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>GRANT [NONE|READ|WRITE|CREATE|ADMIN] (ON [database]) TO [user]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>PASSWORD ([password])</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>GET [option]</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>SET [option] ([value])</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>INFO</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>HELP ([command])</code>
|-
{|
|-
|
valign='top'
width='90' | '''Signature'''
|<code>EXIT </code>
|-
CG
Bureaucrats
, editor, reviewer,
Administrators
13,554
edits
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Log in
Request account
Namespaces
Page
Discussion
Variants
Views
Read
Edit
View history
More
Search
Navigation
Main Page
Table of Contents
Recent Changes
Random Page
PDF Version
Tools
Special pages