START ENGINE statement [Interactive SQL]
622
START ENGINE statement [Interactive SQL]
Use this statement to start a database server.
START ENGINE AS
engine-name
[ STARTLINE
command-string
]
None
None
"STOP ENGINE statement" on page 626
"The database server" on page 14
The START ENGINE statement starts a database server. If you wish to
specify a set of options for the server, use the STARTLINE keyword
together with a command string. Valid command strings are those that
conform to the database server command-line description in "The database
server" on page 14.
♦
SQL/92 Vendor extension.
♦
Sybase Not applicable.
♦ Start a database server, named sample, without starting any databases on
it.
START ENGINE AS sample
♦ The following example shows the use of a STARTLINE clause.
START ENGINE AS eng1 STARTLINE ’dbeng7 -c 8M’
Function
Syntax
Permissions
Side effects
See also
Description
Standards and
compatibility
Example