问题描述
我在我的系统中安装了db2 Express-C。使用第一步向导我创建了示例数据库。但我无法undertsand这个示例数据库创建的用户名/密码是什么。
I installed the db2 Express-C in my system. Using the first steps wizard I created the sample database. But i am not able to undertsand what is the userid/password for this sample database created.
请帮助。
回报,
推荐答案
DB2使用操作系统进行身份验证。因此,您可以用来登录系统的任何有效用户/密码都应允许您连接到示例数据库并进行查询。
DB2 uses the operating system for authentication. So, any valid user/password you can use to log in to your system should allow you to connect to and query the sample database.
DB2设置实用程序会询问您用于用于管理标识(也称为实例所有者)的用户名和密码,它将在系统上创建这些标识。这些ID的默认值: db2inst1
在Linux / UNIX上; db2admin
。
The DB2 setup utility will ask you for a username and password to use for the administrative ID (a.k.a. the "instance owner"), and it will create these IDs on your system. The defaults for these IDs: db2inst1
on Linux/UNIX; db2admin
on Windows.
这篇关于db2 Express-C SAMPLE数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!