Starts a database server.
START SERVER AS database-server-name [ STARTLINE command-string ]
The START SERVER statement starts a database server. If you want to specify a set of options for the database server, use the STARTLINE keyword together with a command string.
START ENGINE is accepted for compatibility reasons, but is deprecated.
None
SQL/2008 Vendor extension.
Start a database server named sample without starting any databases on it.
START SERVER AS sample;
The following example shows the use of a STARTLINE clause.
START SERVER AS eng1 STARTLINE 'dbsrv12 -c 8M';