Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
启动数据库服务器。
START SERVER AS database-server-name [ STARTLINE command-string ]
START SERVER 语句启动数据库服务器。如果想要为数据库服务器指定一组选项,请将 STARTLINE 关键字与命令字符串一起使用。
由于兼容性的原因而允许使用 START ENGINE,但不建议使用。
无
SQL/2008 服务商扩充。
启动名为 sample 的数据库服务器,但不启动其中的任何数据库。
START SERVER AS sample;
以下示例显示 STARTLINE 子句的用法。
START SERVER AS eng1 STARTLINE 'dbsrv12 -c 8M';