Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 (中文) » SQL Anywhere 服务器 - 数据库管理 » 启动并连接到数据库 » 使用数据库文件 » 创建 SQL Anywhere 数据库

 

创建数据库(命令行)

可以从命令行使用初始化实用程序 (dbinit) 创建数据库。在此实用程序中,可以加入命令行选项来为数据库指定不同的设置。

 ♦  创建新数据库(命令行)
  • 运行 dbinit 命令。

    例如,要创建 4 KB 页面大小的名为 company.db 的数据库,运行以下命令:

    dbinit -p 4k company.db
 另请参见