jeffy

BlogJava 首页 新随笔 联系 聚合 管理
  70 Posts :: 1 Stories :: 14 Comments :: 0 Trackbacks

在命令行中输入:
    ->db2 catalog tcpip node xxx remote serverName server 50000 
    ->db2 catalog db databaseName at node xxx 
    ->db2 connect to databaseName user Uid using Pwd 
    说明:

       catalog tcpip node xxx 中的xxx是任意起的一个结点名 
       catalog db huaxing at node xxx 中的xxx指的是你在前面起的那个结点名
       serverName 服务器名称
        databaseName 数据库名称
        Uid 用户名
        Pwd 密码

例:
    ->db2 catalog tcpip node xxx remote wjs server 50000 
    ->db2 catalog db huaxing at node xxx 
    ->db2 connect to huaxing user song using 3568974

posted on 2006-08-13 00:57 Live-in Java 阅读(350) 评论(0)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航: